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