Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 22, 2016
  3. Jan 19, 2016
  4. Dec 27, 2015
  5. Nov 13, 2015
  6. 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
  7. Nov 04, 2015
  8. Nov 03, 2015
  9. Nov 02, 2015
  10. Oct 14, 2015
  11. Aug 07, 2015
  12. 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
  13. Feb 16, 2012
Loading