]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- apparently [ticket:1761] was covered in tests already.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2010 14:18:16 +0000 (10:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2010 14:18:16 +0000 (10:18 -0400)
commitdbc582a43fb8e5d3c0b05cb62b6a77c4e5bc27ac
tree6e0d965063e7c9f825c87e1ea5a3a3874e5f73e6
parentdfab13e9ae147a7112a23db5abc4e4b7addc00fa
- apparently [ticket:1761] was covered in tests already.
- Usage of version_id_col on a backend that supports
cursor.rowcount for execute() but not executemany() now works
when a delete is issued (already worked for saves, since those
don't use executemany()). For a backend that doesn't support
cursor.rowcount at all, a warning is emitted the same
as with saves.  [ticket:1761]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_versioning.py