Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Sep 17, 2019
  3. Sep 09, 2019
  4. Sep 07, 2019
  5. Aug 19, 2019
  6. Jun 14, 2019
  7. Jun 03, 2019
  8. Jun 01, 2019
  9. Apr 25, 2019
  10. Apr 23, 2019
  11. Apr 19, 2019
  12. Nov 27, 2018
  13. Nov 23, 2018
  14. Nov 20, 2018
  15. Nov 08, 2018
  16. Sep 12, 2018
  17. Sep 08, 2018
  18. Sep 04, 2018
  19. Sep 03, 2018
  20. Aug 27, 2018
    • Robert S Lee's avatar
      [jdbc] support JDBC option to rewrite batch statement to multi-row insert (#1220) · f79a40e7
      Robert S Lee authored
      * [jdbc] support JDBC option to rewrite batch statement to multi-row insert
      
      batch statement int[] results = insertStatement.executeBatch() returns 1 for successful completion. when the batch statement is re-written to multi-row insert, SUCCESS_NO_INFO (-2) is returned instead. This change expands allowable results values to be 1 AND -2
      
      * [jdbc] note on rewriting batch insert to multi-row
      f79a40e7
Loading