]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- starting to groom the branch for its inclusion
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Apr 2010 23:21:54 +0000 (19:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Apr 2010 23:21:54 +0000 (19:21 -0400)
commit44c67fef8cc578ffbca409ad95e6471b4cb4d02a
tree564d8a340da815b5179ea06236be4b5981eea400
parenta6c0057b74604235e2c6066be7e9f28644c67fa8
- starting to groom the branch for its inclusion
- one-to-many relationships now maintain a list of positive
parent-child associations within the flush, preventing
previous parents marked as deleted from cascading a
delete or NULL foreign key set on those child objects,
despite the end-user not removing the child from the old
association. [ticket:1764]
- re-established Preprocess as unique on their arguments,
as they were definitely duped in inheritance scenarios
- added a "memo" feature to UOWTransaction which represents the usual
pattern of using the .attributes collection
- added the test case from [ticket:1081] into perf/
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/test_cascade.py
test/orm/test_unitofworkv2.py
test/perf/large_flush.py [new file with mode: 0644]