]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Pulled out values test that uses boolean evaluation in the SELECT in order to appropr...
authorMichael Trier <mtrier@gmail.com>
Fri, 14 Nov 2008 03:57:07 +0000 (03:57 +0000)
committerMichael Trier <mtrier@gmail.com>
Fri, 14 Nov 2008 03:57:07 +0000 (03:57 +0000)
commitb2a7892b1091cadf0dddedb72adb98067f76f336
tree2422edebb9f65ff0c71c6046dec0a9a44a0cad82
parent61178c5d6d23f3643c54bfb87b42773691c8a0b7
Pulled out values test that uses boolean evaluation in the SELECT in order to appropriately flag it as not supported on mssql. I sure hope I didn't jack things up for other dialects. Cleaned up a comment and removed some commented pdb statements.
lib/sqlalchemy/databases/mssql.py
test/orm/query.py