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
{{ message }}
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
Error happened when I used couchdb-python with random generated password which has number sign #. I realized that I should quote password firstly, but I thought it's not very user-friendly, quote password manually and unquoted by couchdb-python, why not just add user, password parameters or auth like Requests?
To avoid modify related codes, I implement as blow but still think not a proper way to handle it:
So what would you propose exactly? I think the current way is pretty pragmatic, and fits in with the design of CouchDB-Python being a fairly light-weight wrapper over het HTTP API.
@djc You're right. I think add auth parameter like requests is more user-friendly, but I'm afraid it'll break current case, so please just ignore this issue.
Error happened when I used
couchdb-python
with random generated password which has number sign#
. I realized that I should quote password firstly, but I thought it's not very user-friendly, quote password manually and unquoted bycouchdb-python
, why not just adduser
,password
parameters orauth
like Requests?To avoid modify related codes, I implement as blow but still think not a proper way to handle it:
Any suggestion?
The text was updated successfully, but these errors were encountered: