diff options
author | Ingela Anderton Andin <[email protected]> | 2010-04-01 09:29:21 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-01 11:31:32 +0200 |
commit | 87bd1e8987ba216cb66f680094939cae333f2077 (patch) | |
tree | e57c313b198621a5f6c415f2208537816a79ac03 /lib/odbc/vsn.mk | |
parent | 71238dc853d1e56b34b883b233d99d4480f6bffa (diff) | |
download | otp-87bd1e8987ba216cb66f680094939cae333f2077.tar.gz otp-87bd1e8987ba216cb66f680094939cae333f2077.tar.bz2 otp-87bd1e8987ba216cb66f680094939cae333f2077.zip |
OTP-8511 Timestamps in ODBC
Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, DD}, {HH, MM, SS}}.
Thanks to Juhani Ränkimies.
Diffstat (limited to 'lib/odbc/vsn.mk')
-rw-r--r-- | lib/odbc/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk index 7af25db25b..d813466437 100644 --- a/lib/odbc/vsn.mk +++ b/lib/odbc/vsn.mk @@ -1,6 +1,6 @@ ODBC_VSN = 2.10.8 -TICKETS = OTP-7452 +TICKETS = OTP-7452 OTP-8511 TICKETS_2.10.6 = \ OTP-8250 \ |