]> 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:03:59 +0000 (19:03 -0400)
commit74d38623ff52404efdc13ae8fcb3f6a5b7d08ca8
tree790c50b67f88d4545cdb10692038143a1bd33115
parenta81d3a23c0052ae97e7cd05f6a6a6de5902164be
- 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