patch for JDBC1 build problems

From: Barry Lind <barry(at)xythos(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: patch for JDBC1 build problems
Date: 2001-08-22 10:28:00
Message-ID: 3B838930.2050400@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


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.

thanks,
--Barry

Attachment Content-Type Size
patch.diff text/plain 40.4 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-08-22 10:31:41 Re: JDBC changes for 7.2... some questions...
Previous Message Dave Cramer 2001-08-22 01:39:09 RE: Re: [PATCHES] Array Support Fix

Browse pgsql-patches by date

  From Date Subject
Next Message Barry Lind 2001-08-22 11:03:33 patch for jdbc BigDecimal bug
Previous Message Tatsuo Ishii 2001-08-22 08:09:50 Re: encoding names