Skip to content
Snippets Groups Projects
  1. Jun 10, 2013
  2. 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
  3. Jun 08, 2013
  4. Jun 06, 2013
  5. Jun 05, 2013
  6. Jun 04, 2013
  7. May 15, 2013
  8. May 14, 2013
  9. May 13, 2013
  10. May 08, 2013
  11. May 07, 2013