[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-13 08:26:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/578df5b86b35/ Changeset: 578df5b86b35 Branch: None User: zzzeek Date: 2014-01-13 08:38:41 Summary: - dont run deletes here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bebf30e34d66/ Changeset: bebf30e34d66 Branch: None User: zzzeek Date: 2014-01-13 09:22:11 Summary: - continue with [ticket:2907] and further clean up how we set up _reset_agent, so that it's local to the various begin_impl(), rollback_impl(), etc. this allows setting/resetting of the flag to be symmetric. - don't set _reset_agent if it's not None, don't unset it if it isn't our own transaction. - make sure we clean it out in close(). - basically, we're dealing here with pools using "threadlocal" that have a counter, other various mismatches that the tests bring up - test for recover() now has to invalidate() the previous connection, because closing it actually rolls it back (e.g. this test was relying on the broken behavior). Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |