Skip to content
Snippets Groups Projects
  1. Jun 03, 2019
  2. 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
  3. Jul 28, 2018
  4. May 23, 2018
  5. Sep 21, 2017
  6. Sep 16, 2017
  7. Aug 09, 2017
  8. Aug 05, 2017
  9. Feb 07, 2017
  10. Nov 18, 2016
  11. Nov 15, 2016
  12. Sep 28, 2016
  13. Sep 27, 2016
  14. Aug 31, 2016
  15. Jul 05, 2016
  16. Jun 21, 2016
  17. May 04, 2016
  18. Apr 01, 2016
  19. Feb 16, 2016
  20. Jan 27, 2016
  21. Jan 22, 2016
  22. Jan 19, 2016
  23. Dec 27, 2015
  24. Dec 20, 2015
  25. Nov 13, 2015
  26. 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
  27. Nov 04, 2015
  28. Nov 03, 2015
  29. Nov 02, 2015
  30. Oct 30, 2015
Loading