summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjwise <jwise>2000-12-27 23:10:47 +0000
committerjwise <jwise>2000-12-27 23:10:47 +0000
commit2ac6c96a2bd96c09998d71263c6f46e7500081ad (patch)
tree6063c4a33d2ed7d4477b2eaca978b69614cc83d4 /databases
parent3b8e365480fb06efac73625df714a3e129d9d1cd (diff)
downloadpkgsrc-2ac6c96a2bd96c09998d71263c6f46e7500081ad.tar.gz
Update jdbc-postgresql to version 7.0.3. Changes since 7.0.2 include:
Tue Jun 06 12:00:00 BST 2000 petermount@it.maidstone.gov.uk - Added org/postgresql/DriverClass.java to the list of files removed by make clean (it's dynamically built) - Fixed Statement, so that the update count is valid when an SQL DELETE operation is done. - While fixing the update count, made it easier to get the OID of the last insert as well. Example is in example/basic.java Tue Jun 06 08:37:00 BST 2000 petermount@it.maidstone.gov.uk - Removed a hardwired 8K limit on query strings - Added some missing org.'s in Connection that prevented the use of the geometric types. Thu Jun 01 07:26:00 BST 2000 petermount@it.maidstone.gov.uk - Removed timezone in getTimestamp() methods in ResultSet. Mon May 15 22:30:00 BST 2000 peter@retep.org.uk - Fixed the message Makefile produces after compiling. It still said about the old Driver class, not the new package. Spotted by Joseph Shraibman <jks@p1.selectacast.net>
Diffstat (limited to 'databases')
-rw-r--r--databases/jdbc-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile
index 740e3bcf3d7..523afafb82c 100644
--- a/databases/jdbc-postgresql/Makefile
+++ b/databases/jdbc-postgresql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2000/07/14 17:25:54 jwise Exp $
+# $NetBSD: Makefile,v 1.5 2000/12/27 23:10:47 jwise Exp $
#
-DISTNAME= postgresql-7.0.2
+DISTNAME= postgresql-7.0.3
PKGNAME= jdbc-${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}/src/interfaces/jdbc
CATEGORIES= databases