diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-06-03 18:56:09 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-06-03 18:56:09 +0000 |
commit | 9142e54e7351c744e92b261f9d77c2d3b85c2653 (patch) | |
tree | b6b901f40b88b50f7660e3d98f316024136f974d /src/backend/tcop/postgres.c | |
parent | 2a74511bf4a66bc878ebf1eb097fa68062b7233f (diff) | |
download | postgresql-9142e54e7351c744e92b261f9d77c2d3b85c2653.tar.gz postgresql-9142e54e7351c744e92b261f9d77c2d3b85c2653.zip |
From: Peter T Mount <patches@maidast.demon.co.uk>
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions