summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/Statement.java
AgeCommit message (Collapse)Author
1999-05-17Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount
1999-04-11Implement UpdateCountPeter Mount
1998-04-18From: Peter T Mount <patches@maidast.demon.co.uk>REL6_3_2Marc 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-01-11Peter's Mega-Patch for JDBC...Marc G. Fournier
see README_6.3 for list of changes
1997-08-16Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier