Attached is a patch to fix the current issues with building under jdbc1.

Bruce Momjian <bruce@momjian.us>

Commit: 76a6da8a1b01e23091da65f5e167d67f5274d740
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-24T16:50:18Z
Releases: 7.2.1
Attached is a patch to fix the current issues with building under jdbc1.
  This patch moves the logic that looks up TypeOid, PGTypeName, and
SQLTypeName from Field to Connection.  It is moved to connection since
it needs to differ from the jdbc1 to jdbc2 versions and Connection
already has different subclasses for the two driver versions.  It also
made sense to move the logic to Connection as some of the logic was
already there anyway.

Barry Lind

Files