Hi Team,
When trying out batch execute command for an array of Insert queries, the operation fails with following error message,
Error while executing batch command starting with: \'INSERT INTO IDN_CLAIM_PROPERTY (LOCAL_CLAIM_ID, PROPERTY_NAME, PROPERTY_VALUE, TENANT_ID) \n VALUES ( ? , ? , ? , ? )\'. The statement must be executed before any results can be obtained..
This does not happen when using MySQL and H2 databases.
Any input on this?