summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/Driver.java
AgeCommit message (Collapse)Author
2001-02-13Remove postgresql jdbc files, per Peter.Bruce Momjian
1999-09-14Patches for 6.5.2Peter Mount
1999-06-27Some minor bug fixesPeter Mount
1999-06-23Some fixes supplied by Jon Nielsen [email protected]Peter Mount
1999-05-18Internationalisation of error messagesPeter Mount
1999-05-17Fixed Internationalization of error messages.Peter Mount
1999-05-17Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount
1999-01-17As the email posted to the announce and interfaces list, attached is a tarBruce 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-03New stuff from Peter Mount for jdbc.Bruce Momjian
1998-02-09From: Peter T Mount <[email protected]>Marc G. Fournier
This patch fixes the following: * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't handle default table types. * It now reports an error if the client opens a database using properties, and either the user or password properties are missing. This should make the recent problem with Servlets easier to find. * Commented out obsolete property in Driver.getPropertyInfo()
1998-01-11Peter's Mega-Patch for JDBC...Marc G. Fournier
see README_6.3 for list of changes
1997-11-07Update of Java driver from Peter Mount.Bruce Momjian
1997-08-31Update patch from Peter <[email protected]>Marc G. Fournier
1997-08-16Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier