-
Notifications
You must be signed in to change notification settings - Fork 74
disk I/O error on transaction with two tables #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please clone the latest version of this repo and try this in your code:
|
Problem soveld. Thank you a lot! It seems to be working just fine. I have a few more questions about the changes that you have made: |
This is the mount point - the second parameter allows us to change it.
Number of files that can be open simultaneously. SQLite library creates additional temporary files when changes are made to database. |
I'm having troubles trying to do a transaction involving two tables.
Here is the code, just like the spiffs example:
The text was updated successfully, but these errors were encountered: