Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-04-18 | From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2 | Marc G. Fournier | |
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>) | |||
1998-03-15 | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | |
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. | |||
1998-01-11 | Peter's Mega-Patch for JDBC... | Marc G. Fournier | |
see README_6.3 for list of changes | |||
1997-10-30 | Fix for java timestamp type from teunis@sigil.computersupportcentre.com | Bruce Momjian | |
1997-08-31 | Update patch from Peter <patches@maidast.demon.co.uk> | Marc G. Fournier | |
1997-08-16 | Bring in Adrian's JDBC driver as an interface | Marc G. Fournier | |