]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Hardcoded ident_seed and ident_increment query had bind markers noncompliant with...
authorBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 17:47:45 +0000 (11:47 -0600)
committerBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 17:47:45 +0000 (11:47 -0600)
commit53f22eec12962373b036c1111ca0f7c8ea2cf4ff
tree1590d1fa0ac8534f96bb47ea1c351f4cf8231329
parente9df4ff45a0b494fa8ab8a4232ea770603439636
Hardcoded ident_seed and ident_increment query had bind markers noncompliant with SQL-92, which caused mxODBC failures. This was corrected by using string substitution in building the statement, and removing the bind params.
lib/sqlalchemy/dialects/mssql/base.py