Re: JDBC Driver - Schema Awareness

From: Kris Jurka <jurka(at)ejurka(dot)com>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Dave Cramer <Dave(at)micro-automation(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: JDBC Driver - Schema Awareness
Date: 2002-09-20 05:19:46
Message-ID: 3D8AAFF2.B20D088@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Barry Lind wrote:
>
> Kris,
>
> This all looks great. However I did notice that you didn't include
> changes for LargeObjectManager.java and Serialize.java. Both of these
> classes issue selects against pg_ tables and thus should be made schema
> aware. Is that something you can include? If not I can do it.
>
> thanks,
> --Barry

The following patch adds schema awareness to the LargeObjectManager and
parts of Serialize. The API for Serialize has no notion of schemas and
did not change that. It also adds some missing escape characters on
LIKE clauses missing from the original patch. This patch does not
supercede the original, but adds to it. Two new files have been added
to implement a Serialize regression test.

Kris Jurka

Attachment Content-Type Size
schemas2.patch text/plain 22.0 KB
SerializeTest.java text/plain 1.2 KB
SerializeObject.java text/plain 197 bytes

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Laurentiu Drob 2002-09-20 19:19:10 Postgres 7.3b1 + pg73b1jdbc3 rs.last() error
Previous Message Sean Gates 2002-09-19 18:56:05 Patch for 'updateNull' method null pointer exception

Browse pgsql-patches by date

  From Date Subject
Next Message Nigel J. Andrews 2002-09-20 11:38:42 Re: [HACKERS] [GENERAL] Memory Errors...
Previous Message Bruce Momjian 2002-09-20 03:57:10 Re: to_char(FM9.9) bug fix