Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to make couchdb adapter more compatible #1340

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2016

  1. Clarify error message

    Best would be to include a link to https://github.com/UnionOfRAD/framework here
    alexanderhaensch committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    ee3da7b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Fix for couchdb 2.3 response

    Couchdb 2.3 returns 
    Content-Type: application/json
    instead of 
    Content-Type: text/plain; charset=utf-8 in couchdb 1.x
    
    li3 handles the response correctly but the couchdb driver tries to json_decode a second time.
    alexanderhaensch committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    23b11cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338818d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ed574 View commit details
    Browse the repository at this point in the history
  4. Update CouchDb.php

    alexanderhaensch committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8a85b24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00034c1 View commit details
    Browse the repository at this point in the history