diff options
Diffstat (limited to 'lib/odbc')
-rw-r--r-- | lib/odbc/aclocal.m4 | 2 | ||||
-rw-r--r-- | lib/odbc/c_src/Makefile.in | 2 | ||||
-rw-r--r-- | lib/odbc/doc/src/Makefile | 2 | ||||
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/odbc/src/Makefile | 2 | ||||
-rw-r--r-- | lib/odbc/src/odbc.erl | 2 | ||||
-rw-r--r-- | lib/odbc/test/Makefile | 2 |
7 files changed, 27 insertions, 7 deletions
diff --git a/lib/odbc/aclocal.m4 b/lib/odbc/aclocal.m4 index a76594d86f..b1cf1fe404 100644 --- a/lib/odbc/aclocal.m4 +++ b/lib/odbc/aclocal.m4 @@ -1,7 +1,7 @@ dnl dnl %CopyrightBegin% dnl -dnl Copyright Ericsson AB 1998-2011. All Rights Reserved. +dnl Copyright Ericsson AB 1998-2012. All Rights Reserved. dnl dnl The contents of this file are subject to the Erlang Public License, dnl Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/odbc/c_src/Makefile.in b/lib/odbc/c_src/Makefile.in index 5b37b352fb..026da39e6f 100644 --- a/lib/odbc/c_src/Makefile.in +++ b/lib/odbc/c_src/Makefile.in @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2011. All Rights Reserved. +# Copyright Ericsson AB 1999-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/odbc/doc/src/Makefile b/lib/odbc/doc/src/Makefile index cd9bca0a55..53a855f182 100644 --- a/lib/odbc/doc/src/Makefile +++ b/lib/odbc/doc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2011. All Rights Reserved. +# Copyright Ericsson AB 1999-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 08763163b8..5f6cf91961 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -31,7 +31,27 @@ <p>This document describes the changes made to the odbc application. </p> - <section><title>ODBC 2.10.12</title> + <section><title>ODBC 2.10.13</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add support for NULL value in odbc:param_query</p> + <p> + Support atom 'null' in odbc:param_query as database NULL + value Fix "ODBC: received unexpected info:{tcp_closed, + ...}" when connection is terminated. Fix possible access + violation with 64bit ODBC. Thanks to Maxim Zrazhevskiy</p> + <p> + Own Id: OTP-10206</p> + </item> + </list> + </section> + +</section> + +<section><title>ODBC 2.10.12</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/odbc/src/Makefile b/lib/odbc/src/Makefile index 7ca82d784b..2af65cc757 100644 --- a/lib/odbc/src/Makefile +++ b/lib/odbc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2009. All Rights Reserved. +# Copyright Ericsson AB 1999-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/odbc/src/odbc.erl b/lib/odbc/src/odbc.erl index 9633b85cb2..16fdb4aabd 100644 --- a/lib/odbc/src/odbc.erl +++ b/lib/odbc/src/odbc.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2011. All Rights Reserved. +%% Copyright Ericsson AB 1999-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/odbc/test/Makefile b/lib/odbc/test/Makefile index 84551f0eb1..d45073281b 100644 --- a/lib/odbc/test/Makefile +++ b/lib/odbc/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2011. All Rights Reserved. +# Copyright Ericsson AB 1999-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in |