Skip to content
Snippets Groups Projects
  1. Nov 13, 2019
  2. Nov 12, 2019
  3. Sep 20, 2019
  4. Sep 19, 2019
  5. Sep 07, 2019
  6. Aug 19, 2019
  7. Jun 03, 2019
  8. 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
  9. Jul 28, 2018
  10. May 23, 2018
  11. Sep 21, 2017
  12. Sep 16, 2017
  13. Aug 09, 2017
  14. Aug 05, 2017
  15. Feb 07, 2017
  16. Nov 18, 2016
  17. Nov 15, 2016
  18. Sep 28, 2016
  19. Sep 27, 2016
  20. Aug 31, 2016
  21. Jul 05, 2016
  22. Jun 21, 2016
  23. May 04, 2016
  24. Apr 01, 2016
  25. Feb 16, 2016
  26. Jan 27, 2016
  27. Jan 22, 2016
  28. Jan 19, 2016
  29. Dec 27, 2015
  30. Dec 20, 2015
  31. Nov 13, 2015
  32. Nov 05, 2015
    • kruthar's avatar
      [jdbc] testing code cleanup · 5ff4608f
      kruthar authored
      reverted a few things that were not necessary
      * semicolon change - coming in another PR
      * .gitignore change - no longer using derby
      
      Code cleanup
      * test scoped hsqldb
      * removed derby artifacts and references
      * setting driver class is not necessary
      * cleaned up unused objects in delete
      * now running cleanup on client
      * removed old assert(true) stub
      5ff4608f
    • kruthar's avatar
      [jdbc] implemented base operation test cases · 22085f62
      kruthar authored
      Had to fix the semicolon issue for Derby.
      Ended up switching to HSQLDB becuase Derby does not support LIMIT.
      22085f62
    • kruthar's avatar
      f69e3100
  33. Nov 04, 2015
Loading