Re: JDBC gripe list

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC gripe list
Date: 2011-03-27 15:14:38
Message-ID: AANLkTi=+JZvbmJnjjJZZGvxb4oetzwZ1KH3SHqJ-SBJm@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Adding to the list is statement timeout. I seem to recall the issue is
we do not want to spawn a thread for each statement which seems to be
the only way to do this. Alternatively we could use timers, but I
presume they just spawn threads as well.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Thu, Mar 24, 2011 at 8:35 PM, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
> Just got back from pgeast. Seems everyone seems to have a gripe about
> the JDBC driver.
>
> My sense is that for basic read/write/update/delete the driver works
> just fine. However I'd like to compile a list of everyone's gripe.
>
> Dave
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2011-03-27 15:19:45 Re: JDBC gripe list
Previous Message Oliver Jowett 2011-03-27 14:15:18 Re: JDBC gripe list