]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "non-batch" mode in mapper(), a feature which allows
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2008 21:41:37 +0000 (21:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2008 21:41:37 +0000 (21:41 +0000)
commit9632a752d2661326aabbfc02185f17318d41aef2
tree55f5c7a93d6e152d63ca370cebb271ca9e3d3303
parentd47a469732f0695c612615819c3273afbb28ed76
- "non-batch" mode in mapper(), a feature which allows
mapper extension methods to be called as each instance
is updated/inserted, now honors the insert order
of the objects given.
- added some tests, some commented out, involving [ticket:1171]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/query.py
test/orm/unitofwork.py