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?
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?