[SCM] Debian packaging of libdbd-odbc-perl branch, master, updated. debian/1.37-1-11-ga5e89ae

Xavier x.guimard at free.fr
Tue Oct 30 06:36:10 UTC 2012


The following commit has been merged in the master branch:
commit f428c72255ca13ff74a95d0075aa6a8af2574338
Author: Xavier <x.guimard at free.fr>
Date:   Tue Oct 30 07:29:31 2012 +0100

    Add notes about behaviour changes to debian/NEWS

diff --git a/debian/NEWS b/debian/NEWS
index 988e8c6..98ba33d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,35 @@
+libdbd-odbc-perl (1.41-1) UNRELEASED; urgency=low
+
+  NOTES from upstream Changes file:
+
+  [CHANGE IN BEHAVIOUR]
+
+  * As I warned literally years ago DBD::ODBC's private function
+    DescribeCol has been removed. You can use DBI's statement attributes
+    like NAME, PRECISION etc, instead. All test code has been changed to
+    remove calls to DescribeCol and GetTypeInfo.
+
+  * DBD::ODBC allowed you to change the bound column type in bind_col
+    after the column was already bound. It now does not allow this
+    and issues a warning.
+
+  * You can nolonger override the bound column type (except with
+    SQL_NUMERIC and SQL_DOUBLE). All columns are now bound as either
+    SQL_C_LONG (integer columns) or SQL_C_[W]CHAR (all other columns).
+    If you are calling bind_col with a TYPE => xxx it most likely did
+    not do what you expected and you should examine it carefully with a
+    view to removing it altogether. As a result you no longer have to
+    override the bind type for MS SQL Server XML columns - these will be
+    bound as SQL_C_CHAR or SQL_C_WCHAR depending on whether Unicode is
+    enabled.
+
+  * Integer columns are now bound as SQL_C_LONGs and not as before,
+    SQL_C_CHAR. This should not matter to you but if you were adding 0
+    to your integer columns retrieved to make them behave like integers
+    you should nolonger need to do it.
+
+ -- Xavier Guimard <x.guimard at free.fr>  Tue, 30 Oct 2012 07:24:10 +0100
+
 libdbd-odbc-perl (1.37-1) unstable; urgency=low
 
   NOTES from upstream Changes file:
diff --git a/debian/changelog b/debian/changelog
index ea629cd..3fbe80b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,6 @@ libdbd-odbc-perl (1.41-1) UNRELEASED; urgency=low
   TODO:
   - in general, I'd suggest to wait with libdbd* uploads until after the
     wheezy release
-  - add the various new "[CHANGE IN BEHAVIOUR]" sections from upstream
-    Changes to debian/NEWS?
   - patch: please refresh with .quiltrc settings from
     http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
 
@@ -16,6 +14,7 @@ libdbd-odbc-perl (1.41-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Add myself to uploaders
   * Correct spelling error in manpage
+  * Add notes about behaviour changes to debian/NEWS.
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 28 Oct 2012 08:42:29 +0100
 

-- 
Debian packaging of libdbd-odbc-perl



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