Re: v3 from the ground up

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Brian Olson <bql(at)bolson(dot)org>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: v3 from the ground up
Date: 2004-04-28 16:37:56
Message-ID: 1083170276.25096.6.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

if nothing else you will be able to graft it in later, with ease.

Also make a cool test case if you can keep it separate .

Dave
On Wed, 2004-04-28 at 11:26, Brian Olson wrote:
> Retrofitting the existing JDBC implementation with a v3 protocol seemed
> pretty daunting to me, so for the last couple days I've been writing a
> java v3 protocol implementation. It's just a raw expression of the
> protocol at this point, but it can do a minimal extended query
> {parse,bind,describe,execute,close,sync}.
>
> Anyone else think this is a useful direction to pursue? Perhaps when
> there's a fuller v3 java library, it would be feasible to graft the
> JDBC interface onto it.
>
> Brian Olson
> http://bolson.org/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
>
>
> !DSPAM:408fd04f214381988521410!
>
>
--
Dave Cramer
519 939 0336
ICQ # 14675561

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Freddy Villalba Arias 2004-04-30 10:38:15 number to string conversion
Previous Message Brian Olson 2004-04-28 15:26:35 v3 from the ground up