[libdbd-odbc-perl] 02/03: Add notes about behaviour changes to debian/NEWS

Xavier Guimard xguimard-guest at moszumanska.debian.org
Fri Mar 21 05:35:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository libdbd-odbc-perl.

commit b781c58782ab1a4a6ba64b62076591f35ca4aa26
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Mar 21 06:34:29 2014 +0100

    Add notes about behaviour changes to debian/NEWS
---
 debian/NEWS | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index fa398df..726702d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,26 @@
+libdbd-odbc-perl (1.48-1) unstable; urgency=medium
+
+  NOTES from upstream Changes file:
+
+  [CHANGE IN BEHAVIOUR]
+
+  * As warned in release 1.45, the binding of unicode parameters to
+    char/varchar columns has changed significantly. If you don't attempt
+    to insert unicode into char/varchar columns or if you only inserted
+    unicode into nchar/nvarchar columns you should see no difference.
+    From this release, unicode data inserted into
+    char/varchar/longvarchar columns is bound as SQL_WCHAR and not
+    whatever the driver reports the parameter as (which is mostly
+    SQL_CHAR).
+
+  * Previously if DBD::ODBC received an error or (SQL_SUCCESS_WITH_INFO)
+    from an ODBC API call and then the driver refused to return the
+    error state/text DBD::ODBC would issue its own error saying "Unable
+    to fetch information about the error" and state IM008. That state
+    was wrong and has been changed to HY000. 
+
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 21 Mar 2014 06:29:40 +0100
+
 libdbd-odbc-perl (1.43-1) unstable; urgency=low
 
   NOTES from upstream Changes file:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-odbc-perl.git



More information about the Pkg-perl-cvs-commits mailing list