]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Unless I'm missing something mssql doesn't support and / or within column selects...
authorMichael Trier <mtrier@gmail.com>
Thu, 16 Oct 2008 17:14:30 +0000 (17:14 +0000)
committerMichael Trier <mtrier@gmail.com>
Thu, 16 Oct 2008 17:14:30 +0000 (17:14 +0000)
commitfc35f5b6e0cc67044265baa5af181bbfcd6e469b
tree4395d077af1a697e2d66a0163ac30b76b91d037b
parent4ca89fd3c4129551174aadd686db9f96bac0ba61
Unless I'm missing something mssql doesn't support and / or within column selects. Even using the case when syntax it's not possible to test truth in this manner.
test/sql/query.py