]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses the...
authorMichael Trier <mtrier@gmail.com>
Sat, 8 Nov 2008 04:43:35 +0000 (04:43 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 8 Nov 2008 04:43:35 +0000 (04:43 +0000)
commit8924a0e4fe3f6dfe3f90413deb8bee8cd776cafb
tree2f87e4bc128ce54ee022dbe0ef3f634e25dd4169
parentcfca625e9445f9c52fe20c6542dd7268f2c55b6d
Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses the IN / NOT IN syntax when using a binary expression with a subquery.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py
test/sql/query.py