diff options
| author | Sheila Allen <sallen@zeomega.com> | 2016-04-11 15:29:03 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-05-31 11:03:34 -0400 |
| commit | 3f55039e7f15efafacc3e8e0fbf0ba38fa612b09 (patch) | |
| tree | 04161d60c983feae3438ce76609e0e2e25bdd568 /doc/build | |
| parent | 513a045395b4cb5d8e1a9deb69bc9761d79eee37 (diff) | |
| download | sqlalchemy-3f55039e7f15efafacc3e8e0fbf0ba38fa612b09.tar.gz | |
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
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index cb42d61a4..27513e569 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -22,6 +22,14 @@ :version: 1.1.0b1 .. change:: + :tags: bug, mssql + :pullreq: bitbucket:58 + + Adjustments to the mxODBC dialect to make use of the ``BinaryNull`` + symbol when appropriate in conjunction with the ``VARBINARY`` + data type. Pull request courtesy Sheila Allen. + + .. change:: :tags: change, orm :tickets: 3394 |
