Re: [JDBC] [PATCH] Cleanup of JDBC character encoding - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [JDBC] [PATCH] Cleanup of JDBC character encoding
Date
Msg-id 200107131436.f6DEav708343@candle.pha.pa.us
Whole thread Raw
In response to Re: [JDBC] [PATCH] Cleanup of JDBC character encoding  (Anders Bengtsson <ndrsbngtssn@yahoo.se>)
List pgsql-patches
Old removed.

Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

> On Thu, 12 Jul 2001, Bruce Momjian wrote:
>
> > Your patch has been added to the PostgreSQL unapplied patches list at:
>
> Here is a new version of that patch, with improvements from some feedback
> I got from Barry Lind.
> More of the encoding-related logic is moved into the Encoding class and
> I've added som clarifying comments.
>
> /Anders
>
> > > With this patch I've done an attempt to make the handling of character
> > > encoding in the JDBC driver a little clearer.
> > >
> > > * Cleans up the logic to select a JVM encoding for a backend encoding.
> > > * Makes the connection setup code easier to read.
> > > * Gathers character encoding and decoding in a single place.
> > > * Adds unit tests for encoding.
> > > * Introduces a new class, org.postgresql.core.Encoding, and the
> > > corresponding unit test class, org.postgresql.test.jdbc2.EncodingTest.
>
>
> _____________________________________________________________________
> A n d e r s  B e n g t s s o n                   ndrsbngtssn@yahoo.se
> Stockholm, Sweden

Content-Description:

[ Attachment, skipping... ]

Content-Description:

[ Attachment, skipping... ]

Content-Description:

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Anders Bengtsson
Date:
Subject: Re: [JDBC] [PATCH] Cleanup of JDBC character encoding
Next
From: Mark Volpe
Date:
Subject: Re: Re: [HACKERS] [PATCH] Re: Setuid functions