]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
commit should be outside of the try/except; else when commit fails, rollback gets...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Aug 2006 18:04:13 +0000 (18:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Aug 2006 18:04:13 +0000 (18:04 +0000)
commit819837884e279be306a63e7f6640618afc236e6d
treea371876af1203aab93a2d1c9934f9f9516dc397b
parentef606acacbc22dc0d811362acc11e06934296438
commit should be outside of the try/except; else when commit fails, rollback gets called which is technically invalid (although SA transaction probably lets it slide...this should also possibly be made more strict)
doc/build/content/unitofwork.txt
lib/sqlalchemy/orm/unitofwork.py