summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/ResultSetMetaData.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-171-421/+0
|
* The isWritable method in ResultSetMetaData returns the logicallyBruce Momjian1999-03-141-2/+2
| | | | | | incorrect result. This bug goes back to at least 6.3. Alvin
* New stuff from Peter Mount for jdbc.Bruce Momjian1998-09-031-20/+8
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | Bug fixes: PreparedStatement.setObject didn't handle short's ResultSet.getDate() now handles null dates (returns null rather than a NullPointerException) ResultSetMetaData.getPrecision() now returns 0 for VARCHAR New features: Field now caches the typename->oid in a Hashtable to speed things up. It removes the need for some unnecessary queries to the backend. PreparedStatement.toString() now returns the sql statement that it will send to the backend. Before it did nothing. DatabaseMetaData.getTypeInfo() now does something.
* From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2Marc G. Fournier1998-04-181-0/+2
| | | | | | | | | This fixes a problem in ResultSet.getDate() when the column is NULL (reported by Vincent Partington <Vincent.Partington@nmg.nl>) 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 <ellebrec@nads.de>)
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-03-151-2/+2
| | | | | | | | | | | | | | | Ok, this fixes three things: 1. It seems (from tests submitted by two people with JBuilder) that JBuilder expects a responce from ResultSetMetaData.getPrecision() & getScale() when used on non numeric types. This patch makes these methods return 0, instead of throwing an exception. 2. Fixes a small bug where getting the postgresql type name returns null. 3. Fixes a problem with ResultSet.getObject() where getting it's string value returns null if you case the object as (PGobject), but returns the value if you case it as it's self.
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-111-3/+0
| | | | see README_6.3 for list of changes
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-071-3/+5
|
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-311-410/+411
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-161-0/+429