Skip to content
Snippets Groups Projects
  1. Oct 07, 2015
    • Robert J. Moore's avatar
      [mongodb] Add mongodb.upsert configuration option. · 7e04261d
      Robert J. Moore authored
      Added a configuration option (mongodb.upsert) to control if the driver
      performs inserts or upserts operations for the DB.insert() method.
      Defaults to doing inserts.
      
      Note: Change in behavior from previous versions that performed upserts
      for non-batched DB.insert() operations.
      
      Fixes #400.
      7e04261d
  2. Sep 21, 2015
  3. Aug 07, 2015
  4. Jul 21, 2015
  5. Jul 17, 2015
  6. Jul 16, 2015
  7. Jun 22, 2015
  8. Jun 18, 2015
  9. Jun 17, 2015
  10. Jun 16, 2015
    • saggarsunil's avatar
      Changes: · 42b39f59
      saggarsunil authored
      1. mongodb configuration parameter bug (mongodb.url)
      2. README file change
      3. Some cleanup. Default DB is 'ycsb'
      42b39f59
  11. Jun 06, 2015
  12. Jun 05, 2015
  13. May 26, 2015
    • Sean Busbey's avatar
      [version] update to 0.2.0-SNAPSHOT. · 083db171
      Sean Busbey authored
      * Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
      * Increment minor version per pre-1.0 guidelines from the Version Numbers guide
      
      Fixes #236.
      083db171
  14. May 21, 2015
Loading