]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ordering of UPDATE and DELETE statements within groups is now
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2006 15:55:20 +0000 (15:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2006 15:55:20 +0000 (15:55 +0000)
commit61579c9302e1e8e745e01588afe615c1d12aaca7
tree30baadbf79349081d1a0bef6c4c74f513d6a42f8
parent433f20d631085cf0e14348b4055e45db080b630f
ordering of UPDATE and DELETE statements within groups is now
in order of primary key values, for more deterministic ordering
after_insert/delete/update mapper extensions now called per object,
not per-object-per-table
fixed import in firebird.py
CHANGES
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
test/orm/objectstore.py