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...