aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/vsn.mk
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-03-09 13:11:42 +0000
committerErlang/OTP <[email protected]>2010-03-09 13:11:42 +0000
commit065a54e7a0be98e8dc9842616b267c0e8fbeb318 (patch)
treee5ea085cbd2569cb96b4ab145c50b8ca724492ce /lib/odbc/vsn.mk
parent4d64020cbefff673c840bdd5fa136fa1c570651d (diff)
downloadotp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.tar.gz
otp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.tar.bz2
otp-065a54e7a0be98e8dc9842616b267c0e8fbeb318.zip
OTP-7452 Support for SQL_WCHAR, SQL_WVARCHAR and strings as binaries
ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. ODBC also has a new connection option to return all strings as binaries and also expect strings to be binaries in the param_query function. This provides some but not a full unicode support.
Diffstat (limited to 'lib/odbc/vsn.mk')
-rw-r--r--lib/odbc/vsn.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk
index 92540d90f8..7af25db25b 100644
--- a/lib/odbc/vsn.mk
+++ b/lib/odbc/vsn.mk
@@ -1,10 +1,11 @@
-ODBC_VSN = 2.10.7
+ODBC_VSN = 2.10.8
+
+TICKETS = OTP-7452
TICKETS_2.10.6 = \
OTP-8250 \
OTP-8291
-
TICKETS_2.10.5 = \
OTP-7978