Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
  2. Sep 28, 2016
    • Josh Elser's avatar
      [jdbc] Separate use of JDBC batch update APIs from autoCommit · 5dc57b77
      Josh Elser authored
      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.
      5dc57b77
  3. Jun 21, 2016
  4. Nov 03, 2015
  5. Oct 30, 2015
Loading