SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
904 stars 156 forks source link

Exiting without hot journal #183

Open msis opened 5 years ago

msis commented 5 years ago

Sometimes when using _preparedstatements 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?

codethinki commented 11 months ago

don't exit before its destruction or commit it yourself? I don't see how and why the library should do that