]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a unit of work issue whereby the foreign
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Apr 2009 20:20:38 +0000 (20:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Apr 2009 20:20:38 +0000 (20:20 +0000)
commit99d3e251cf6f24807138ef03cdd0f7c55b00e810
treedde7c89047c86979c318bab9068fab3b996a9dc1
parent014377038491b412d72ca19815b8dd7696e76b2a
- Fixed a unit of work issue whereby the foreign
key attribute on an item contained within a collection
owned by an object being deleted would not be set to
None if the relation() was self-referential. [ticket:1376]
CHANGES
lib/sqlalchemy/orm/unitofwork.py
test/orm/cycles.py