summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/PreparedStatement.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-171-595/+0
|
* New stuff from Peter Mount for jdbc.Bruce Momjian1998-09-031-13/+10
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-06-031-2/+30
| | | | | | | | | | | | | | | | | | | | | | 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.
* This patch fixes a couple of minor bugs:Bruce Momjian1998-03-201-0/+5
| | | | | | | | | | | | | | 1) DatabaseMetaData.getPrimaryKeys() would fail saying that there is no table t. 2) PreparedStatement.getObject() was missing some break statements, which was causing updates not to work with JBuilder (supplied by Aaron Dunlop). jdbc fixes from Peter.
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-111-49/+76
| | | | see README_6.3 for list of changes
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-071-5/+5
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-161-0/+538