]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ensure that the keys we put into the parameters dictionary
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Apr 2015 16:14:56 +0000 (12:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Apr 2015 16:14:56 +0000 (12:14 -0400)
commit07153dc0926568b35a907241d8e954ecf0ca54f1
treed707c43a37c3c74faa3ea572f07f571235970c42
parent1b83b588f5573799dee8d508be13c252c2e57115
- ensure that the keys we put into the parameters dictionary
for an insert from select are the string names, and not
the Column objects.  The MSSQL dialect in particular relies upon
checking for these keys in params to know if identity insert
should be on.  references #3360
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/dml.py
test/sql/test_query.py