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