]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby "passive_deletes='all'" wasn't passing
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 15:55:46 +0000 (10:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 15:55:46 +0000 (10:55 -0500)
commit848a56ea57154c65943d1efd278c78e36500fb28
treed6cff23205e8463c7e20b0c6367c7ead573628ee
parent6e023b16653b0a2e355a1858d57ff01d38ab05dc
- Fixed bug whereby "passive_deletes='all'" wasn't passing
the correct symbols to lazy loaders during flush, thereby
causing an unwarranted load.  [ticket:2013]
CHANGES
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/test_unitofwork.py