aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/src/odbc_internal.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-04-01 09:29:21 +0000
committerErlang/OTP <[email protected]>2010-04-01 11:31:32 +0200
commit87bd1e8987ba216cb66f680094939cae333f2077 (patch)
treee57c313b198621a5f6c415f2208537816a79ac03 /lib/odbc/src/odbc_internal.hrl
parent71238dc853d1e56b34b883b233d99d4480f6bffa (diff)
downloadotp-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/src/odbc_internal.hrl')
-rw-r--r--lib/odbc/src/odbc_internal.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/odbc/src/odbc_internal.hrl b/lib/odbc/src/odbc_internal.hrl
index 10ed139338..aa60120f9a 100644
--- a/lib/odbc/src/odbc_internal.hrl
+++ b/lib/odbc/src/odbc_internal.hrl
@@ -71,6 +71,7 @@
-define(USER_TINY_INT, 11).
-define(USER_WCHAR, 12).
-define(USER_WVARCHAR, 13).
+-define(USER_TIMESTAMP, 14).
%% INPUT & OUTPUT TYPE
-define(IN, 0).