[Sqlalchemy-tickets] Issue #3464: varbinary types fail w/ mssql + pyodbc + NULL (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2015-06-22 19:17:47
|
New issue 3464: varbinary types fail w/ mssql + pyodbc + NULL https://bitbucket.org/zzzeek/sqlalchemy/issue/3464/varbinary-types-fail-w-mssql-pyodbc-null Mike Bayer: inserting a NULL into a VARBINARY requires that pyodbc.BinaryNull be used. mxodbc probably has something similar. The tests have been failing for a long time for this type since we added VARBINARY as a default type for LargeBinary in #3039. which makes this a regression since 0.9 isn't doing that. |