diff options
author | Ingela Anderton Andin <[email protected]> | 2010-10-28 17:03:29 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-10-28 17:03:29 +0200 |
commit | 8c8cc48cf3ab96f5e0017be903f817374bb3d1a9 (patch) | |
tree | 5ca0b82919d32f94ae7f066f7291438855f3be76 /lib/odbc/c_src/odbcserver.h | |
parent | 4517dc3f3ec6c329693d1570c61954fa593e6159 (diff) | |
download | otp-8c8cc48cf3ab96f5e0017be903f817374bb3d1a9.tar.gz otp-8c8cc48cf3ab96f5e0017be903f817374bb3d1a9.tar.bz2 otp-8c8cc48cf3ab96f5e0017be903f817374bb3d1a9.zip |
Ipv6 can now be supported on Windows as well as on UNIX.
Loopback address constants are used when connecting the c-side
to the erlang-side over local socket API avoiding getaddrinfo problems,
and the {ip, loopback} option is added as a listen option on the erlang-side.
Also cleaned up the TIME_STAMP contribution.
Diffstat (limited to 'lib/odbc/c_src/odbcserver.h')
-rw-r--r-- | lib/odbc/c_src/odbcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/odbc/c_src/odbcserver.h b/lib/odbc/c_src/odbcserver.h index e6d8df1f58..3e2b22ab7d 100644 --- a/lib/odbc/c_src/odbcserver.h +++ b/lib/odbc/c_src/odbcserver.h @@ -98,6 +98,7 @@ #define COL_SQL_REAL 7 #define COL_SQL_DOUBLE 15 #define COL_SQL_TINYINT 4 +#define COL_SQL_TIMESTAMP 19 /* Types of parameters given to param_query*/ #define USER_SMALL_INT 1 |