Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-13 | Remove postgresql jdbc files, per Peter. | Bruce Momjian | |
1999-01-17 | As the email posted to the announce and interfaces list, attached is a tar | Bruce Momjian | |
file containing the latest version of the JDBC driver, allowing it to be compiled and used under JDK 1.2 and later. NB: None (well almost none) of the new methods actually do anything. This release only handles getting it to compile and run. Now this is done, I'll start working on implementing the new stuff. Now this tar file replaces everything under src/interfaces/jdbc. I had to do it this way, rather than diffs, because most of the classes under the postgresql subdirectory have moved to a new directory under that one, to enable the support of the two JDBC standards. Here's a list of files in the tar file. Any file not listed here (in the postgresql directory) will have to be deleted, otherwise it could cause the driver to fail: Peter Mount | |||
1998-09-03 | New stuff from Peter Mount for jdbc. | Bruce Momjian | |
1998-04-18 | From: Peter T Mount <[email protected]>REL6_3_2 | Marc G. Fournier | |
This fixes a problem in ResultSet.getDate() when the column is NULL (reported by Vincent Partington <[email protected]>) And fixes a problem with Field's (ResultSet.getObject() was proving to be slow as it repetedly send queries for oid -> name mapping - fixed by creating a cache. (reported by Mario Ellebrecht <[email protected]>) | |||
1998-01-11 | Peter's Mega-Patch for JDBC... | Marc G. Fournier | |
see README_6.3 for list of changes | |||
1997-11-07 | Update of Java driver from Peter Mount. | Bruce Momjian | |
1997-10-30 | Fix for java to allow password, european dates,from Peter T Mount | Bruce Momjian | |
1997-08-31 | Update patch from Peter <[email protected]> | Marc G. Fournier | |
1997-08-16 | Bring in Adrian's JDBC driver as an interface | Marc G. Fournier | |