You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couchbase\Bucket::query($query, $jsonAsArray = false) method
doesn't respect $jsonAsArray param
and always return stdClass object
it works correctly in 2.2.4 and works incorectly in all versions above that
Couchbase\Bucket::query($query, $jsonAsArray = false) method
doesn't respect $jsonAsArray param
and always return stdClass object
it works correctly in 2.2.4 and works incorectly in all versions above that
code:
produces:
but should be:
The text was updated successfully, but these errors were encountered: