summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/Driver.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove postgresql jdbc files, per Peter.Bruce Momjian2001-02-131-371/+0
|
* Patches for 6.5.2Peter Mount1999-09-141-12/+27
|
* Some minor bug fixesPeter Mount1999-06-271-1/+1
|
* Some fixes supplied by Jon Nielsen jonfn@image.dkPeter Mount1999-06-231-2/+4
|
* Internationalisation of error messagesPeter Mount1999-05-181-8/+0
|
* Fixed Internationalization of error messages.Peter Mount1999-05-171-7/+7
|
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-171-0/+10
|
* As the email posted to the announce and interfaces list, attached is a tarBruce Momjian1999-01-171-3/+36
| | | | | | | | | | | | | | | | | | | | 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
* New stuff from Peter Mount for jdbc.Bruce Momjian1998-09-031-1/+1
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-091-9/+9
| | | | | | | | | | | 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()
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-111-18/+22
| | | | see README_6.3 for list of changes
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-071-3/+21
|
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-311-236/+264
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-161-0/+269