You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open a database, the plugin and underlying SQLite implementation keeps the resources open so that you can read and write to the database until you actually close it.
Can you give me an idea why you wanted to close the database in the first place?
I closed the database after each request because I thought that was the right thing to do.
Thank you for opening my eyes to this. I won't shut up anymore.
Hello how can i check if a transaction is in progress before to close the database,because on my code i can have multiple insertion at the same moment
The text was updated successfully, but these errors were encountered: