Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 12/28/2000 01:10:48
Module Name:	pkgsrc
Committed By:	jwise
Date:		Wed Dec 27 23:10:48 UTC 2000

Modified Files:
	pkgsrc/databases/jdbc-postgresql: Makefile

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/jdbc-postgresql/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.