Community
Participate
Working Groups
Some JDBC drivers (such as Oracle) do not always return the count of updated/inserted rows when using a batch execution. Though, they succeed and just return Statement.SUCCESS_NO_INFO instead of the count of updates/inserts.
Created attachment 194327 [details] Check whether executeBatch() returns Statement.SUCCESS_NO_INFO instead of the count of updates/inserts/deletes
Moving all open enhancement requests to 4.1
Created attachment 199168 [details] Patch v2 A slightly nicer version. Stefan, it seems as if this doesn't need to be ported to the other mapping strategies because only in non-audit the moving of list elements can happen. Right?
Committed revision 8613
Closing.
This issue is still reproducible in Oracle. I could see that the code that this patch changes is not present in last version anymore. It was removed afterwards by commit from https://bugs.eclipse.org/bugs/show_bug.cgi?id=366686. Was this intentional?
> Was this intentional? Hmm, I doubt it. Can you please submit a new bugzilla with a new patch? Then I can apply it quickly...
Created bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=392993