From: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier <scrappy@hub.org>
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>)
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/postgresql/Connection.java | modified | +6 −0 |
| src/interfaces/jdbc/postgresql/Field.java | modified | +14 −6 |
| src/interfaces/jdbc/postgresql/ResultSet.java | modified | +25 −0 |
| src/interfaces/jdbc/postgresql/ResultSetMetaData.java | modified | +2 −0 |
| src/interfaces/jdbc/postgresql/Statement.java | modified | +13 −0 |