]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Avoid textual SQL in unit tests, so MSSQL has a chance to use 'identity insert' mode
authorPaul Johnston <paj@pajhome.org.uk>
Fri, 17 Aug 2007 18:08:28 +0000 (18:08 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Fri, 17 Aug 2007 18:08:28 +0000 (18:08 +0000)
commit3959a1ae3ffc8bc4e573ad373ac074fbaf6a07fc
tree8d34b6a6212d33a2ff3f57a0ad8ea493cf0ad6d3
parentd80aca8c0a344be7c4a3c312728a46a88f558577
Avoid textual SQL in unit tests, so MSSQL has a chance to use 'identity insert' mode
test/orm/eagertest3.py