Re: Return Codes of BatchUpdateException in PostgreSql 9.6

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Return Codes of BatchUpdateException in PostgreSql 9.6
Date: 2016-10-12 10:39:20
Message-ID: a97b53cb-2b66-ef10-2a20-6aa7e3918249@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/12/2016 3:23 AM, Tillmann Schulz wrote:
> I am migrating PostgreSql 9.5 to 9.6.0 and I am using the newest JDBC driver (9.4.1211.jre6)
> So I am not sure if this is an driver issue or a bug in postgres.

since htere's no SQL in your report, I'd suggest its probably a JDBC
issue. no idea what you mean when you say batch updates... SQL
transactions are all or none, so if any update in a transaction fails,
the whole transaction has to be rolled back.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jan.kort 2016-10-12 10:45:37 BUG #14367: Pressing execute 20-30 times really fast causes loop of error messages
Previous Message Tillmann Schulz 2016-10-12 10:23:57 Return Codes of BatchUpdateException in PostgreSql 9.6