Re: JDBC gripe list - Mailing list pgsql-jdbc

From Quartz
Subject Re: JDBC gripe list
Date
Msg-id 939379.22781.qm@web33204.mail.mud.yahoo.com
Whole thread Raw
In response to Re: JDBC gripe list  ("MauMau" <maumau307@gmail.com>)
Responses Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
addBatch()/executeBatch() is broken under autocommit=true.

Every statement is clearly supposed to be independant.
Example: 5 insert statements, let's say the 2th and the 4th are on duplicate of primary key. All 3 others should still
beperformed but they aren't. 

This breaks our application. We migrated from mysql, and BOOM...


pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: JDBC gripe list
Next
From: Dave Cramer
Date:
Subject: Re: JDBC gripe list