Skip to content
Snippets Groups Projects
  1. Jul 03, 2013
  2. Jun 19, 2013
  3. Jun 18, 2013
  4. Jun 17, 2013
  5. Jun 13, 2013
  6. Jun 12, 2013
  7. Jun 11, 2013
  8. Jun 10, 2013
  9. Jun 09, 2013
    • Paul-Christian Volkmer's avatar
      Added property _conflicts to avoid NoSuchMethodException · aec06ce5
      Paul-Christian Volkmer authored
      CouchDB tries to set _conflicts propertiy but did not find a setter and
      throws NoSuchMethodException. This patch will avoid exception throwing.
      
      The reason of exception throwing can be found can be found in CouchDBs
      availibility to store different and concurrent versions of one single
      document. This error occurs if two different versions of one session
      document are stored within CouchDB.
      
      Further we have to take care, that there is only one version of a
      session, not multiple versions.
      aec06ce5
  10. Jun 08, 2013
  11. Jun 06, 2013
  12. Jun 05, 2013
  13. Jun 04, 2013