sqlite_modern_cpp
sqlite_modern_cpp copied to clipboard
Exiting without hot journal
Sometimes when using prepared_statements and a the program exits before its destruction, not all transactions will be committed.
Is there a way to prevent that always commit all transactions?
don't exit before its destruction or commit it yourself? I don't see how and why the library should do that