r32415 - /trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Mar 30 08:52:03 UTC 2009


Author: eloy
Date: Mon Mar 30 08:51:59 2009
New Revision: 32415

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32415
Log:
patch fix

Modified:
    trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch

Modified: trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch?rev=32415&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch (original)
+++ trunk/libdbd-sqlite3-perl/debian/patches/error-reset.patch Mon Mar 30 08:51:59 2009
@@ -1,7 +1,7 @@
 Call sqlite3_reset() instead of sqlite3_finalize() in error
 situations. See #450744.
---- dbdimp.c.old	2009-03-30 10:40:12.000000000 +0200
-+++ dbdimp.c	2009-03-30 10:45:16.000000000 +0200
+--- a/dbdimp.c	2009-03-30 10:40:12.000000000 +0200
++++ b/dbdimp.c	2009-03-30 10:45:16.000000000 +0200
 @@ -425,7 +425,7 @@
                            sqlite_trace(5, "exec ok - %d rows, %d cols\n", imp_sth->nrow, DBIc_NUM_FIELDS(imp_sth));
                            return 0;




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