]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the compile...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Nov 2010 22:28:36 +0000 (17:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Nov 2010 22:28:36 +0000 (17:28 -0500)
commit35bfda533ed1546f40a5907dfe87c14c0b71cd0d
tree796d277ec6e4567433be9ae2403e6a4193b6d6ef
parentaaf9933942c824613b9869518bdfcc997a87da46
- repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the compile stream
so they function correctly
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py