Skip to content
Snippets Groups Projects
  1. Jun 03, 2019
  2. Jun 01, 2019
  3. Apr 25, 2019
  4. Apr 23, 2019
  5. Apr 19, 2019
  6. Nov 27, 2018
  7. Nov 23, 2018
  8. Nov 20, 2018
  9. Nov 08, 2018
  10. Sep 12, 2018
  11. Sep 08, 2018
  12. Sep 04, 2018
  13. Sep 03, 2018
  14. 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
  15. Aug 19, 2018
  16. Aug 16, 2018
  17. Aug 15, 2018
  18. Aug 13, 2018
  19. Jul 30, 2018
  20. Jul 28, 2018
  21. Jul 26, 2018
  22. Jul 15, 2018
Loading