OSDN Git Service

From: Peter T Mount <patches@maidast.demon.co.uk>
authorMarc G. Fournier <scrappy@hub.org>
Sat, 18 Apr 1998 18:32:44 +0000 (18:32 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 18 Apr 1998 18:32:44 +0000 (18:32 +0000)
commitb542fa1a6e838d3e32857cdfbe8aeff940a91c74
treec9a93d39e6a88df94b25cdb336b7a95a14665116
parent87d96ed6725c5a95ca618937f6fdd762b599b9e9
From: Peter T Mount <patches@maidast.demon.co.uk>

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>)
src/interfaces/jdbc/postgresql/Connection.java
src/interfaces/jdbc/postgresql/Field.java
src/interfaces/jdbc/postgresql/ResultSet.java
src/interfaces/jdbc/postgresql/ResultSetMetaData.java
src/interfaces/jdbc/postgresql/Statement.java