Re: not fetching all query results - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: not fetching all query results
Date
Msg-id CADK3HHKiFM1nV3YFqv-G=4Ntb1MBP4U0FQq2V+VL9+T0U12MZA@mail.gmail.com
Whole thread Raw
In response to Re: not fetching all query results  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-jdbc
Dave Cramer

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


On Thu, Aug 30, 2012 at 9:24 PM, Craig Ringer <ringerc@ringerc.id.au> wrote:
> On 08/30/2012 08:46 PM, Radim Kolar wrote:
>>
>>
>>> To start with you would be better looking here
>>> https://github.com/pgjdbc/pgjdbc for the code. And the number of
>>> commits.
>>
>> Last commit is 3 months old, and then about 3 commits per month.
>> https://github.com/pgjdbc/pgjdbc/commits/master
>
>
> PgJDBC only has one job: talk to PostgreSQL.
>
> The JDBC spec doesn't change fast, or much. The PostgreSQL server does - but
> the wire protocol doesn't, and most enhancements to the server require no
> changes to the JDBC driver. A rapid pace of change is not required.
>
> That said, there's plenty to do on the JDBC driver to improve functionality,
> usability, and spec compliance. The issue is finding people with the time.
> It's not exciting and fu, and it needs to be done _very_ carefully.
>
> I've just signed up to help out on PgJDBC, though my timing is poor since
> I'm going on holiday for two weeks tomorrow. Like Dave and the others the
> work I do will be purely in my own time, unpaid, and take away from other
> things I would like to do such as sailing/bushwalking/cycling. Keep that in
> mind when you complain.
>
> My personal TODO for PgJDBC includes:
>
> - Implementing statement timeouts using timers, in a way that's
>   compatible with both J2SE and Java EE.

Craig, What is currently incompatible ?

Dave
>
> - Adding automatic publishing to Maven Central using
>   maven-ant-tasks
>
> - Patch review, testing and merging
>
> - Merging the client certificate helper classes
>
> - Support for JDBC 4.2 refcursors
>
> - various compliance work
>
> --
> Craig Ringer
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc


pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: not fetching all query results
Next
From: Werner Donné
Date:
Subject: Streaming bytea implementation offered