[Sqlalchemy-tickets] Issue #3190: transactional state isn't carried over with connection._branch()
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-09-08 16:37:10
|
New issue 3190: transactional state isn't carried over with connection._branch() https://bitbucket.org/zzzeek/sqlalchemy/issue/3190/transactional-state-isnt-carried-over-with Mike Bayer: eg. the branched connection doesn't take on __transaction. we should probably fix this. |