]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed issue when using :class:`.VARBINARY` type in conjunction with
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Jun 2015 19:24:41 +0000 (15:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Jun 2015 19:24:41 +0000 (15:24 -0400)
commit78095940a437c440266414b1fd122204b9c0312d
tree456517dcbeb4225fb00374bba9299b7796381003
parent24f8ab2bc360c1e0837ce7c5392839f87b57e916
- Fixed issue when using :class:`.VARBINARY` type in conjunction with
an INSERT of NULL + pyodbc; pyodbc requires a special
object be passed in order to persist NULL.  As the :class:`.VARBINARY`
type is now usually the default for :class:`.LargeBinary` due to
:ticket:`3039`, this issue is partially a regression in 1.0.
The pymssql driver appears to be unaffected.
fixes #3464
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/dialect/mssql/test_types.py