JDBC write batching is never used anymore, but it should.
Probably due to 26d9d075acbeba60101656b9e54d83c315569017 where the new Mapper.connect calls openBaseConnection instead of openConnections and thus never sets supportsBatchUpdates.
JDBC write batching is never used anymore, but it should.
Probably due to 26d9d075acbeba60101656b9e54d83c315569017 where the new Mapper.connect calls openBaseConnection instead of openConnections and thus never sets supportsBatchUpdates.