Subject | Re: [Firebird-Java] Possible bug in batch updates |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-19T14:06:51Z |
> Unfortunately, I've added a ps.clearBatch() call, and it does notThe bug was deeper than I thought. It is fixed now. Unfortunatelly there is
> fix the problem. Here is my new test case:
> ...
> I get the same violation of primary key constraint pk_foo on the
> second executeBatch(). Maybe the problem is in clearBatch()? Hope
> this helps.
no workaround for RC3 except creating new prepared statement. If you wish,
you can build the driver from the CVS, but give some time for SF.net
anonymous CVS synchronization.
Thanks a lot for your help!
Roman