We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ed87d commit 6ad6b2fCopy full SHA for 6ad6b2f
1 file changed
ChangeLog
@@ -7,13 +7,18 @@ Version 2.1.4 - To be released
7
General
8
-------
9
10
-TBA
+- Allow linkage against FreeTDS (by dropping usage of deprecated
11
+ ``DBVERSION_80`` symbol.) (GH-432)
12
13
Bug fixes
14
---------
15
16
- Finish implementation of TDS protocol version 7.3 support by actually
17
accepting ``"7.3"`` as TDS protocol version when establishing a connection.
18
+ (GH-455)
19
+- Fixed and expanded Python data types that can be used to pass ``VARBINARY``,
20
+ ``BINARY`` and ``IMAGE`` SQL Server Stored Procedures input parameters.
21
+ (GH-425). Thanks Bill Adams for the fix.
22
23
Version 2.1.3 - 2016-06-22 - Ramiro Morales
24
===========================================
0 commit comments