From: Peter T Mount <patches@maidast.demon.co.uk>

Marc G. Fournier <scrappy@hub.org>

Commit: b542fa1a6e838d3e32857cdfbe8aeff940a91c74
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-04-18T18:32:44Z
Releases: 7.1.1
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