Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
  2. Jul 19, 2016
  3. Jun 21, 2016
  4. Jun 02, 2016
  5. Jun 01, 2016
  6. Jan 07, 2016
  7. Jan 01, 2016
  8. Dec 26, 2015
  9. 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
  10. 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
  11. Aug 07, 2015
  12. Jul 21, 2015
  13. Jul 16, 2015
  14. Jun 22, 2015
  15. 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
  16. Jun 06, 2015
  17. Jun 05, 2015
  18. May 21, 2015
Loading