Benoit Chesneau
Benoit Chesneau
not sur to follow. afaik the security object stored in in couchdb is not a document, t's a JSON object stored in the db without MVC support (which is somehow...
time for a new release of couchdbkit then :) I will have a look next week/
Proba ly an issue in te socketio wrapper. I will have a look quickly on that
do you have any simple test that could help me to reproduce? That could help a lot :)
i am adding ti to the list of changes for the python 3 release for now. str/unicode/bytes will be seriously reworked at that time. I think having an assert may...
hmmm I can't reproduce it here : ``` >>> try: ... res = db.save_docs([a, b, b]) ... except BulkSaveError, e: ... print e.errors ... print e.results ... [{u'reason': u'Document update...
Thanks for thar :) It could be on the wiki in a `recipe` part Imo waiting the big doc rewrite. Also you can do : ``` uri = "http://username:[email protected]:5984/" CouchDBServer...
**getattr** doesn't only looks in self.properties though. Maybe this can be changed at this point. I syour property code open somewhere so I can eventually try it?
can you add the trace you have ?
that should be possible with change in b7ef018ae9c29dc7223a4752297a5814a76cc76b . Can you eventually raise it on the mailing list?