]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use new mxODBC 3.3.4 varbinary null symbol
authorSheila Allen <sallen@zeomega.com>
Mon, 11 Apr 2016 19:29:03 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 May 2016 15:03:34 +0000 (11:03 -0400)
commit3f55039e7f15efafacc3e8e0fbf0ba38fa612b09
tree04161d60c983feae3438ce76609e0e2e25bdd568
parent513a045395b4cb5d8e1a9deb69bc9761d79eee37
Use new mxODBC 3.3.4 varbinary null symbol

Use new mxODBC 3.3.4 varbinary null symbol with VARBINARY
data types when value is None(based on similar change to pyodbc).
Fix a test to pass on mxODBC starting w 3.3.3 version

Change-Id: Id703ecb51ebc5db149c81fef124f673433606c7f
Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/58
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mssql/mxodbc.py
test/dialect/mssql/test_types.py