pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/jdbc-postgresql82 Updated databases/jdbc-pos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5abe3c8e076f
branches:  trunk
changeset: 400458:5abe3c8e076f
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Oct 20 11:03:18 2009 +0000

description:
Updated databases/jdbc-postgresql82 to 510

Version 8.2-510 (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 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.2-509 (2008-11-16)

    * update Make the build system aware of the 1.7 JDK (which icedtea reports itself as) and add an explicit check and complaint if we find a JDK that we don't support. (jurka)
    * update Updated German translation. (jurka) Thanks to Andre Bialojahn.
    * fix Do comparison of identifiers in a known Locale (specificially US). In Turkish for example "id".toLowerCase().equals("ID".toLowerCase()) is false which makes looking up a column name case 
insensitively a problem. (jurka) Thanks to Mikko Tiihonen.
    * fix Fix a deadlock that occurs when retrieving notifications. Normal query execution enters the QueryExecutor monitor and then calls a synchronized method in the ProtocolConnection to update 
the transaction state. Notification retrieval operates in the reverse order, entering the ProtocolConnection monitor and then calling a synchronized method in the QueryExecutor. Remove the 
QueryExecutor call from ProtocolConnection and make the higher level code responsible for calling it so we always acquire locks in the same order. (jurka) Thanks to Joao Rui Leal.
    * fix CallableStatement#getUpdateCount was returning 1 when a function returned a ResultSet. Return -1 instead. (jurka) Thanks to Sam Lawrence, Albe Laurenz.
    * fix Accept UTF8 as an equivalent of UNICODE when trying to detect if client_encoding has changed to something the driver doesn't understand. Don't try to accept every possible spelling (UTF-8) 
as UTF8 is the server's canonical name and people shouldn't be messing with this anyway. (jurka)
    * fix Adjust the deadlock avoidance code for the V3 protocol to be concerned with many statements in a single execute call in addition to the existing worry about many statements from an 
executeBatch call. This doesn't prevent all possible deadlocks as the deadlock avoidance calculation was written for batch execution which should not be returning ResultSets. If many long queries 
that return significant results are issued with a single execute we will still deadlock. (jurka)
    * fix DatabaseMetaData.getTypeInfo was reporting whether the type was signed or not, but the output column is really supposed to indicate whether the the type is unsigned or not. (jurka) Thanks 
to Mythili Gopalakrishnan.
    * fix Support a parameter (?) for the amount part of the timestampadd function. Previously we only supported literals. (jurka) Thanks to Christophe Janton.

diffstat:

 databases/jdbc-postgresql82/Makefile |   4 ++--
 databases/jdbc-postgresql82/distinfo |  14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 3f33e3c3e6f9 -r 5abe3c8e076f databases/jdbc-postgresql82/Makefile
--- a/databases/jdbc-postgresql82/Makefile      Tue Oct 20 11:02:55 2009 +0000
+++ b/databases/jdbc-postgresql82/Makefile      Tue Oct 20 11:03:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/18 10:56:09 abs Exp $
+# $NetBSD: Makefile,v 1.6 2009/10/20 11:03:18 abs Exp $
 #
 
 DISTNAME=              postgresql-jdbc-8.2-${PGBUILD}.src
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://jdbc.postgresql.org/
 COMMENT=               PostgreSQL 8.2 JDBC3 driver
 
-PGBUILD=               508
+PGBUILD=               510
 JARDIST=               postgresql-8.2-${PGBUILD}.jdbc3.jar
 JARFILE=               postgresql82.jar
 EXTRACT_ONLY=           ${DISTFILES:N*.jar}
diff -r 3f33e3c3e6f9 -r 5abe3c8e076f databases/jdbc-postgresql82/distinfo
--- a/databases/jdbc-postgresql82/distinfo      Tue Oct 20 11:02:55 2009 +0000
+++ b/databases/jdbc-postgresql82/distinfo      Tue Oct 20 11:03:18 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2008/07/16 20:56:00 abs Exp $
+$NetBSD: distinfo,v 1.4 2009/10/20 11:03:18 abs Exp $
 
-SHA1 (postgresql-8.2-508.jdbc3.jar) = ea3a86be82d37a74e302cc995080843690460b19
-RMD160 (postgresql-8.2-508.jdbc3.jar) = 75a6c06aef41c48daa39d6afc0d4b4b1f1da636f
-Size (postgresql-8.2-508.jdbc3.jar) = 433971 bytes
-SHA1 (postgresql-jdbc-8.2-508.src.tar.gz) = af908f94996c77a3a359673065dc7cf23688fc41
-RMD160 (postgresql-jdbc-8.2-508.src.tar.gz) = c4bb9212e269c52dffc8307d2e283c3082b80bae
-Size (postgresql-jdbc-8.2-508.src.tar.gz) = 505465 bytes
+SHA1 (postgresql-8.2-510.jdbc3.jar) = 387e1795f03348235cb079ba5aec375bd44a354e
+RMD160 (postgresql-8.2-510.jdbc3.jar) = 16f3d8d5331c272eff5096117c81bdf459576a67
+Size (postgresql-8.2-510.jdbc3.jar) = 434301 bytes
+SHA1 (postgresql-jdbc-8.2-510.src.tar.gz) = ed41d1d9e1e2adbc59eaa923252f00452adf752f
+RMD160 (postgresql-jdbc-8.2-510.src.tar.gz) = 5b2b568d0f2aa0496274a09fe486733f26b745e3
+Size (postgresql-jdbc-8.2-510.src.tar.gz) = 510426 bytes



Home | Main Index | Thread Index | Old Index