Skip to content
Snippets Groups Projects
  1. Mar 25, 2016
  2. Jan 01, 2016
  3. Dec 27, 2015
  4. 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
  5. Nov 01, 2015
  6. Oct 29, 2015
  7. Sep 28, 2015
    • Connor McCoy's avatar
      [cassandra-cql] Make CassandraCQLClient consistent. · c60b114a
      Connor McCoy authored
      The CassandraCQL client defines a number of
      
      * Changes the default port to 9042 (this is the default CQL port).
      * Changes property "host" from a space-separated list to property
        "hosts", a comma-separated list.
      * Updates a few messages.
      c60b114a
  8. Jul 16, 2015
  9. May 28, 2015
  10. Aug 14, 2012
  11. Feb 17, 2012
  12. Feb 16, 2012
Loading