Re: executeUpdate API contract. Return value equals 0. - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: executeUpdate API contract. Return value equals 0.
Date
Msg-id 51367C24.9050007@2ndquadrant.com
Whole thread Raw
In response to Re: executeUpdate API contract. Return value equals 0.  (Jeremy Whiting <jwhiting@redhat.com>)
List pgsql-jdbc
On 03/05/2013 10:38 PM, Jeremy Whiting wrote:
>> > I don't see how PgJDBC can return rowcounts when trigger-based
>> > partitioning doesn't produce them.
>  So any sanity checks by Hibernate will result in an assertion failure.
Correct, and we know that's ... less than ideal. Unfortunately,
improving it isn't really possible until true partitioning is
implemented in the server to replace the current table inheritance and
trigger based approach.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Working toward a JTA 1.0.1 Compliant XADataSource
Next
From: Loïc PÉRON
Date:
Subject: [PATCH] Expose URL property in BaseDataSource