[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed issue when using :class:`.VARBINARY` type i
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-22 19:29:06
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/78095940a437/ Changeset: 78095940a437 Branch: None User: zzzeek Date: 2015-06-22 19:24:41+00:00 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |