Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Nov 20, 2018
  3. May 21, 2018
  4. Aug 05, 2017
  5. Oct 31, 2016
  6. Feb 22, 2016
  7. Feb 15, 2016
  8. Feb 09, 2016
    • Andy Kruth's avatar
      [orientdb] put db conn stuff in sync method · 6116744d
      Andy Kruth authored
      All db connection and creation logic is the same, it is just pulled into
      a synchronized method so that multiple threads run through the
      connection process one at a time.
      
      Fixes #571
      6116744d
  9. Jan 18, 2016
  10. Jan 12, 2016
  11. Jan 07, 2016
    • Andy Kruth's avatar
      [orientdb] properties cleanup · 50173ebe
      Andy Kruth authored
      Cleaner handling of properties.
      Updated documentation of available properties.
      Removed default database url.
      
      Making progress towards #539
      50173ebe
  12. Jan 05, 2016
  13. Jan 04, 2016
  14. Dec 31, 2015
  15. 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
  16. Aug 07, 2015
  17. Jun 17, 2015
  18. Aug 13, 2012
Loading