]> 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:40 +0000 (19:03 -0400)
commit1604b5c0891773cc9636b4635b0c50bf0e82308b
tree0864426904e5629c8eef3e93f36dd44cedaac235
parenta1d9c81f5ac7c603e4dff70c3cf7fca36a9e0198
- 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