Re: statement caching patch from Laszlo Hornyak for review

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Kris Jurka <books(at)ejurka(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>, Laszlo Hornyak <laszlo(dot)hornyak(at)gmail(dot)com>
Subject: Re: statement caching patch from Laszlo Hornyak for review
Date: 2007-08-03 23:09:04
Message-ID: 46B3B590.5060600@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:
> Kris, Oliver,
>
> Laszlo is working on all of your recommendations, thanks for taking the
> time to review this.

Before he throws lots more work at this -- if you are adding a wrapping
statement object (removing the dependency on the PG driver's statement
implementation), is there anything else which that ties the
implementation to the postgresql driver code?

Seems to me that to get correct behaviour you need to wrap Statement
which also means you have to wrap Connection and so on .. at which point
the question is, does this need to be integrated with the driver at all
or can it be implemented as a separate module?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albert Laszlo-Robert 2007-08-03 23:33:42 PSQLException: Too many update results were returned.
Previous Message Heikki Linnakangas 2007-08-03 22:51:47 Re: statement caching patch from Laszlo Hornyak for review