doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Fix stale queries #10

Closed radmiraal closed 11 years ago

radmiraal commented 11 years ago

Stale queries didn't work as the argument value was json_encoded and thus not recognized as being "ok" or "update_ok" by CouchDB. This change introduces an exception just for the 'stale' argument.