Files
sqlalchemy/test/orm
Mike Bayer dbc582a43f - 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]
2010-04-04 10:18:16 -04:00
..
2010-03-25 00:36:17 -04:00
2010-01-19 00:53:12 +00:00
2010-03-30 10:41:07 -04:00
2010-04-03 14:08:45 -04:00
2009-08-06 21:11:27 +00:00