Re: patch: ResultSetTest.java - Mailing list pgsql-jdbc

From Ken Geis
Subject Re: patch: ResultSetTest.java
Date
Msg-id 5972f58a14bd577768dc806375d2872c@speakeasy.net
Whole thread Raw
In response to Re: patch: ResultSetTest.java  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
On Oct 25, 2005, at 8:00 AM, Tom Lane wrote:
> Ken Geis <kgeis@speakeasy.net> writes:
>> The problem came up for me because I am implementing binary
>> data transfer in the JDBC driver, and my first draft assumes that all
>> data transfers are binary.
>
> This is a really bad assumption, unless you intend never to support any
> user-defined types.

Yes, I know.  That's why I said "first draft."  My goal is to hack
together a driver that works in most cases and gets the community to
realize that binary data transfer is great and the JDBC driver needs
some active development.


Ken


pgsql-jdbc by date:

Previous
From: kgeis@speakeasy.net
Date:
Subject: Re: patch: ResultSetTest.java
Next
From: Heikki Linnakangas
Date:
Subject: XADataSource interface