Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
  2. Sep 28, 2016
  3. Sep 27, 2016
  4. Jul 05, 2016
  5. Jun 21, 2016
  6. Jan 27, 2016
    • Andy Kruth's avatar
      [jdbc] solidified field ordering · 73ec3b1e
      Andy Kruth authored
      Changes to account for the field ordering. Now correctly inserting and
      updating field values so that they can be verified when using
      dataintegrity=true.
      
      Fixes #132
      73ec3b1e
  7. Jan 22, 2016
  8. Jan 19, 2016
  9. Nov 13, 2015
  10. 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
  11. Nov 04, 2015
  12. Nov 03, 2015
  13. Nov 02, 2015
  14. Oct 14, 2015
  15. Aug 07, 2015
  16. Dec 15, 2012
    • Pierre Queinnec's avatar
      gh-47 Fix an issue with JDBC scans · 7b564cc3
      Pierre Queinnec authored
      JDBC scans did not instruct the driver to use a specific fetchsize,
      resulting in most cases in an OOM; add support for setting fetchsize.
      
      Also add support for disabling autocommit on the JDBC connections,
      mostly because Postgres for example doesn't support setting fetchsize
      without disabling autocommit.
      7b564cc3
  17. Feb 16, 2012
Loading