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 <[email protected]>REL6_3_2Marc G. Fournier
This fixes a problem in ResultSet.getDate() when the column is NULL (reported by Vincent Partington <[email protected]>) 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 <[email protected]>)
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