aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/src
AgeCommit message (Collapse)Author
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2011-11-17An ODBC process should exit normally if its client exits with 'shutdown'Magnus Henoch
There is nothing strange about the client shutting down, so the ODBC process should exit normally to avoid generating a crash report for a non-problem. Update appup.src for new version
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-06-28Prepare for releaseIngela Anderton Andin
2011-06-22Add support for SQL_WLONGVARCHARHanfei Shen
2011-06-13Update to handle ipv6-solaris behaviourIngela Anderton Andin
2011-03-08Prepare relese and improved error messages OTP-9111Ingela Anderton Andin
2010-12-02Prepare for releaseIngela Anderton Andin
2010-10-28Ipv6 can now be supported on Windows as well as on UNIX.Ingela Anderton Andin
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.
2010-04-01OTP-8511 Timestamps in ODBCIngela Anderton Andin
Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.
2010-03-09OTP-7452 Support for SQL_WCHAR, SQL_WVARCHAR and strings as binariesIngela Anderton Andin
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.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP