-
Tim Peters authored
1. a_Transaction_object.begin() is deprecated. Don't use it. 2. Commit failure is "sticky" now: the current transaction must be explicitly discarded (abort() or begin()) before a commit can succeed again.
643b9893
1. a_Transaction_object.begin() is deprecated. Don't use it. 2. Commit failure is "sticky" now: the current transaction must be explicitly discarded (abort() or begin()) before a commit can succeed again.