diff options
author | jwise <jwise@pkgsrc.org> | 2000-12-27 23:10:47 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-12-27 23:10:47 +0000 |
commit | b60b5edd316d4888fe9dcfa46c62ec14f1700b55 (patch) | |
tree | 6063c4a33d2ed7d4477b2eaca978b69614cc83d4 /databases/jdbc-postgresql | |
parent | 2855fc045dfd6a4d8fe884f4c91cf034a6d54132 (diff) | |
download | pkgsrc-b60b5edd316d4888fe9dcfa46c62ec14f1700b55.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/jdbc-postgresql')
-rw-r--r-- | databases/jdbc-postgresql/Makefile | 4 |
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 |