Skip to content
Snippets Groups Projects
  1. Nov 03, 2015
    • Connor McCoy's avatar
      StatusCode -> Status · 5113c2e3
      Connor McCoy authored
      Replaces numeric status codes with a canonical set of Status objects,
      each with a short name and description.
      Bindings with more specific errors (e.g., timeouts) return additional
      statuses.
      
      This changes the default output from messages like:
      
         [UPDATE], Return=0, 511
      
      To:
      
         [UPDATE], Return=OK, 511
      5113c2e3
    • Connor McCoy's avatar
      Add single definition of status codes · 28a090a7
      Connor McCoy authored
      28a090a7
  2. 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
  3. Sep 21, 2015
  4. Aug 07, 2015
  5. Jul 21, 2015
  6. Jul 17, 2015
  7. Jul 16, 2015
  8. Jun 22, 2015
  9. Jun 18, 2015
  10. Jun 17, 2015
  11. 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
  12. Jun 06, 2015
  13. Jun 05, 2015
  14. 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
  15. May 21, 2015
Loading