hi,
trying to migrate hb5 exasol dialect, and that was turning off batching, this way in the ExasolDialect constructor:
getDefaultProperties().setProperty( Environment.STATEMENT_BATCH_SIZE, NO_BATCH );
NO_BATCH is no longer an option for Dialect.
Does it make any sense to set to “0” (string contains zero)?
thx