In case of Couchdb 2.3 the method:
$this->connection->{$method}($path, $data, $options); in
|
return json_decode($this->connection->{$method}($path, $data, $options)); |
is an array instead of string..
This breaks the logic inside of the describe function.
In case of Couchdb 2.3 the method:
$this->connection->{$method}($path, $data, $options); in
lithium/data/source/http/adapter/CouchDb.php
Line 122 in bec3f4f
This breaks the logic inside of the describe function.