summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC
diff options
context:
space:
mode:
authoradam <adam>2011-08-06 20:18:39 +0000
committeradam <adam>2011-08-06 20:18:39 +0000
commit8c92c8584cba64a1c7b49e51d359151eb48cf9db (patch)
tree124e9fca5627c01a37e8e511aa40695bcf48eb1a /databases/p5-DBD-ODBC
parenteaa390e08c57fecf365be88565ead62aaaa44e28 (diff)
downloadpkgsrc-8c92c8584cba64a1c7b49e51d359151eb48cf9db.tar.gz
Changes 1.31:
* Recently introduced test sql_type_cast.t cannot work with DBI less than 1.611. * Minor change to Makefile.PL to avoid use of unitialised warning on $ENV{LD_LIBRARY_PATH} in warning when it is not set. Changes 1.30_7: * Some time ago (I don't know when) a few internal errors generated by DBD::ODBC got ignored. There are about 5 of them but I seriously doubt anyone would hit any other than the data truncated error (which is reported by the ODBC driver anyway) and "no select statement currently executing". You can see rt_68720.t in the t directory for an example of the latter. * An extra argument has been added to the sub associated with odbc_err_handler. The arguments passed to the odbc_err_handler are now state (string), error (string), native error code (number) and the status returned from the last ODBC API. The status will be SQL_ERROR (-1) for errors or SQL_SUCCESS_WITH_INFO (1) for informational messages.
Diffstat (limited to 'databases/p5-DBD-ODBC')
-rw-r--r--databases/p5-DBD-ODBC/Makefile5
-rw-r--r--databases/p5-DBD-ODBC/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index 29fc1ec9d36..06147d37ba5 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/09/22 21:14:39 sno Exp $
-#
+# $NetBSD: Makefile,v 1.7 2011/08/06 20:18:39 adam Exp $
-DISTNAME= DBD-ODBC-1.25
+DISTNAME= DBD-ODBC-1.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/p5-DBD-ODBC/distinfo b/databases/p5-DBD-ODBC/distinfo
index a930e1af75d..3de8cb99d44 100644
--- a/databases/p5-DBD-ODBC/distinfo
+++ b/databases/p5-DBD-ODBC/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2010/09/22 21:14:39 sno Exp $
+$NetBSD: distinfo,v 1.5 2011/08/06 20:18:39 adam Exp $
-SHA1 (DBD-ODBC-1.25.tar.gz) = f5ea7f8af69d70ac7e485e48335d17312c819b4f
-RMD160 (DBD-ODBC-1.25.tar.gz) = bd35c537692cd0967485f72f1e594b61d0d94989
-Size (DBD-ODBC-1.25.tar.gz) = 200459 bytes
+SHA1 (DBD-ODBC-1.31.tar.gz) = bf735bd24d35b648f031a106ddd74d3d028609b3
+RMD160 (DBD-ODBC-1.31.tar.gz) = 86a0179ef8ad4bd89fa794cb3f383aa374c7dc99
+Size (DBD-ODBC-1.31.tar.gz) = 228387 bytes