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
Hello, I use SQlite in my project. When the project is running and I make sure that no service does anything to the database, the .db-journal file appears in the folder, but disappears after a while. I don't know why the .db-journal file appears when there is no service to perform database operations, causing my other operations to fail, such as copying folders. Can you tell me under what conditions the .db-journal file appears in sqlite itself? For example, whether there are self-acts such as reclaiming space. I'm looking forward to your answer to my doubt. Thank you.
The text was updated successfully, but these errors were encountered:
I looked in the manual and found a note in https://www.sqlite.org/tempfiles.html that said, "The rollback journal is usually created and destroyed at the start and end of a transaction, respectively. There are exceptions to this rule." What is the exception to this rule?
Hello, I use SQlite in my project. When the project is running and I make sure that no service does anything to the database, the .db-journal file appears in the folder, but disappears after a while. I don't know why the .db-journal file appears when there is no service to perform database operations, causing my other operations to fail, such as copying folders. Can you tell me under what conditions the .db-journal file appears in sqlite itself? For example, whether there are self-acts such as reclaiming space. I'm looking forward to your answer to my doubt. Thank you.
The text was updated successfully, but these errors were encountered: