pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/jdbc-postgresql83 Updated databases/jdbc-pos...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f33e3c3e6f9
branches: trunk
changeset: 400457:3f33e3c3e6f9
user: abs <abs%pkgsrc.org@localhost>
date: Tue Oct 20 11:02:55 2009 +0000
description:
Updated databases/jdbc-postgresql83 to 605
Version 8.3-605 (2009-07-01)
* fix The Statement and Connection proxies used for connection pooling code relied on the underlying real connection and statement code for equals and hashcode support. When the proxies are
closed we discard the references to the real objects, so we can't rely on them for this support because we'll get a NullPointerException. (jurka) Thanks to Radu Buzila.
* fix DatabaseMetaData.getColumns was broken for the JDBC 3 and 4 drivers when running against 7.2 or older servers. (jurka)
* fix Retrieve columns' default values from pg_attrdef.adbin rather than adsrc because adsrc can get out of date when dependent objects are renamed while adbin stays up to date. (jurka) Thanks to
Dickson Guedes, Tom Lane.
* fix Fix parsing of integer and long data. Some malformed inputs (only a negative sign) got treated as valid data. (jurka) Thanks to Heiiki Linnakangas.
* fix Initialize BatchUpdateExceptions with the SQLState of the SQLException that they are wrapping. Code that inspects the SQLStates of SQLExceptions, but doesn't unwrap the nested exception
will not understand the underlying cause and may make incorrect decisions about the severity of the error. (jurka) Thanks to Fujii Masao.
Version 8.3-605 (2009-07-01)
* fix The Statement and Connection proxies used for connection pooling code relied on the underlying real connection and statement code for equals and hashcode support. When the proxies are
closed we discard the references to the real objects, so we can't rely on them for this support because we'll get a NullPointerException. (jurka) Thanks to Radu Buzila.
* fix DatabaseMetaData.getColumns was broken for the JDBC 3 and 4 drivers when running against 7.2 or older servers. (jurka)
* fix Retrieve columns' default values from pg_attrdef.adbin rather than adsrc because adsrc can get out of date when dependent objects are renamed while adbin stays up to date. (jurka) Thanks to
Dickson Guedes, Tom Lane.
* fix Fix parsing of integer and long data. Some malformed inputs (only a negative sign) got treated as valid data. (jurka) Thanks to Heiiki Linnakangas.
* fix Initialize BatchUpdateExceptions with the SQLState of the SQLException that they are wrapping. Code that inspects the SQLStates of SQLExceptions, but doesn't unwrap the nested exception
will not understand the underlying cause and may make incorrect decisions about the severity of the error. (jurka) Thanks to Fujii Masao.
diffstat:
databases/jdbc-postgresql83/Makefile | 4 ++--
databases/jdbc-postgresql83/distinfo | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r f0eb4d5a958c -r 3f33e3c3e6f9 databases/jdbc-postgresql83/Makefile
--- a/databases/jdbc-postgresql83/Makefile Tue Oct 20 10:59:43 2009 +0000
+++ b/databases/jdbc-postgresql83/Makefile Tue Oct 20 11:02:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/18 10:56:09 abs Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/20 11:02:55 abs Exp $
#
DISTNAME= postgresql-jdbc-8.3-${PGBUILD}.src
@@ -11,7 +11,7 @@
HOMEPAGE= http://jdbc.postgresql.org/
COMMENT= PostgreSQL 8.3 JDBC3 driver
-PGBUILD= 603
+PGBUILD= 605
JARDIST= postgresql-8.3-${PGBUILD}.jdbc3.jar
JARFILE= postgresql83.jar
EXTRACT_ONLY= ${DISTFILES:N*.jar}
diff -r f0eb4d5a958c -r 3f33e3c3e6f9 databases/jdbc-postgresql83/distinfo
--- a/databases/jdbc-postgresql83/distinfo Tue Oct 20 10:59:43 2009 +0000
+++ b/databases/jdbc-postgresql83/distinfo Tue Oct 20 11:02:55 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/16 20:49:30 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/10/20 11:02:55 abs Exp $
-SHA1 (postgresql-8.3-603.jdbc3.jar) = 33d531c3c53055ddcbea3d88bfa093466ffef924
-RMD160 (postgresql-8.3-603.jdbc3.jar) = f89e730bec1db380891d48780b69e5565bbf242e
-Size (postgresql-8.3-603.jdbc3.jar) = 447301 bytes
-SHA1 (postgresql-jdbc-8.3-603.src.tar.gz) = 3d0e17b3bb21c91e62ae7370a95e7f70ea1f062d
-RMD160 (postgresql-jdbc-8.3-603.src.tar.gz) = 3cebe6aab292d8dbbf003f6ef1036938a991f1a1
-Size (postgresql-jdbc-8.3-603.src.tar.gz) = 521517 bytes
+SHA1 (postgresql-8.3-605.jdbc3.jar) = 92d8b55c9f1d01fbe9af4af7dde0fe84adbb24dd
+RMD160 (postgresql-8.3-605.jdbc3.jar) = 140b268d3e707a58d2960386614a3b524d053b2e
+Size (postgresql-8.3-605.jdbc3.jar) = 448014 bytes
+SHA1 (postgresql-jdbc-8.3-605.src.tar.gz) = 19238eb3820250a03953673c095fb9a8d037851b
+RMD160 (postgresql-jdbc-8.3-605.src.tar.gz) = 8f61fd727bd9fce683f77ce207e4df08f8e52d8d
+Size (postgresql-jdbc-8.3-605.src.tar.gz) = 527780 bytes
Home |
Main Index |
Thread Index |
Old Index