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

From Anders Bengtsson
Subject Re: [PATCH] Cleanup of JDBC character encoding
Date
Msg-id Pine.LNX.4.33.0107101226570.4394-100000@sensenet.localdomain
Whole thread Raw
In response to Re: [PATCH] Cleanup of JDBC character encoding  (Barry Lind <barry@xythos.com>)
Responses Re: [PATCHES] Re: [PATCH] Cleanup of JDBC character encoding
Re: [PATCHES] Re: [PATCH] Cleanup of JDBC character encoding
List pgsql-jdbc
On Mon, 9 Jul 2001, Barry Lind wrote:

> Anders,
>
> I have some issues with this patch.
>
> 1) Please don't require the driver to perform yet another round trip to
> the server to get the database encoding.  You changed the following code
> which accessed the server once at connection creation:
[snip]
> 2) I don't like having test specific code in Encoding.java, specifically
> the dummy encoding 'X-UNIT-TESTS'.

Thanks Barry, I'll fix these things and return with a new patch.

I think I'll be able to get pretty good test coverage even without the
extra test data.

/Anders
_____________________________________________________________________
A n d e r s  B e n g t s s o n                   ndrsbngtssn@yahoo.se
Stockholm, Sweden


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-jdbc by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: Patch to remove connection hook and JDK 1.3 dependencies
Next
From: Anders Bengtsson
Date:
Subject: Re: [PATCHES] Re: [PATCH] Cleanup of JDBC character encoding