]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added statement encoding to the "SET IDENTITY_INSERT"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 23:02:20 +0000 (19:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 23:02:20 +0000 (19:02 -0400)
commit2825730e7be6e18aac32bcef4f6eeb0a5acab2a0
tree73105fceb88f212c5d350fc8a07be636bfa2edc3
parent0add251ea0be13a54c410f3c6e145e52482fb31d
- Added statement encoding to the "SET IDENTITY_INSERT"
statements which operate when an explicit INSERT is being
interjected into an IDENTITY column, to support non-ascii table
identifiers on drivers such as pyodbc + unix + py2k that don't
support unicode statements.
ref #3091 as this fix is also in that issue's patch, but is
a different issue.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/base.py