Skip to content
Snippets Groups Projects
Commit 5dc57b77 authored by Josh Elser's avatar Josh Elser Committed by Josh Elser
Browse files

[jdbc] Separate use of JDBC batch update APIs from autoCommit

Tried to simplify the distinction between using JDBC's addBatch()/executeBatch()
API calls and "batching" updates via autoCommit=false and a manual commit() after
a given number of updates.

Breaks out flavors into their own package to reduce bloat in JdbcDBClient.

Encompasses changes from Enis Soztutar.
parent 74b50800
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment