]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- enable SAVEPOINT support fully, remove warning, [ticket:822].
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Dec 2011 22:41:19 +0000 (17:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Dec 2011 22:41:19 +0000 (17:41 -0500)
commit58e692d76bbea84667609a4ceb828dcf43571f6e
tree3122a2f138907d5b84c7e1cd54bcee3897cf0739
parent8ad65d0ee114970338c8b668c280f3e95534e744
- enable SAVEPOINT support fully, remove warning, [ticket:822].
It's not known what the potential "data loss" issues are, tests seem to pass.
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/lib/requires.py
test/orm/test_transaction.py