Open msis opened 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?
don't exit before its destruction or commit it yourself? I don't see how and why the library should do that
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?