Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Sep 12, 2018
  3. Sep 03, 2018
  4. 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
  5. Aug 19, 2018
  6. Aug 16, 2018
  7. Aug 15, 2018
  8. Aug 13, 2018
  9. Jul 30, 2018
  10. Jul 28, 2018
  11. Jul 26, 2018
  12. Jul 15, 2018
  13. Jul 09, 2018
  14. Jul 06, 2018
  15. Jun 25, 2018
  16. Jun 13, 2018
  17. May 23, 2018
  18. May 21, 2018
  19. May 20, 2018
  20. May 19, 2018
  21. May 18, 2018
  22. May 11, 2018
  23. Apr 19, 2018
    • Sean Busbey's avatar
      [hbase10] Remove use of guava · 3f077150
      Sean Busbey authored
      - module previously had an undeclared dependency on guava
      - removed VisibleForTesting in favor of a comment
      - removed Preconditions.checkNotNull in favor of NPE through use
      
      closes #1136
      3f077150
  24. Mar 27, 2018
    • Dan Smith's avatar
      [geode] Ensure geode client will work with v1.3 by removing references to internal classes (#1069) · f886c1e7
      Dan Smith authored
      * Geode 1.3 changed some of it's internals. The geode binding was using an
      internal Geode class which means it won't compile against later versions
      of geode.
      
      * Based on review comments, leaving the geode version alone and adding
      documentation to the README on how to change the version.
      
      * Removed incubating from the geode name and website in README, because
      geode is no longer incubating.
      f886c1e7
  25. Mar 26, 2018
Loading