Skip to content
Snippets Groups Projects
Commit 76a6da8a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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
parent 968d7733
No related branches found
No related tags found
Loading
Showing
with 294 additions and 171 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment