Dirkjan Ochtman
Dirkjan Ochtman
_From [[email protected]](https://code.google.com/u/104626450671709447222/) on October 03, 2013 01:23:33_ couchdb/client.py: def update_doc(self, name, docid=None, **options): """Calls server side update handler. ``` :param name: the name of the update handler function in the...
_From [oliora](https://code.google.com/u/oliora/) on September 02, 2013 20:05:36_ I've added classes for defining and syncing of 'validate_doc_update', 'updates' and 'shows' entities in design document. Class covering 'lists' entity will be added...
_From [kxepal](https://code.google.com/u/kxepal/) on August 03, 2013 15:57:16_ What steps will reproduce the problem? See test_script.py What is the expected output? Reduced result What do you see instead? Traceback (most recent...
_From [[email protected]](https://code.google.com/u/108421724787356182932/) on June 14, 2013 17:08:01_ Currently load.py and dump.py utilities are loading/dumping documents one by one which is tremendously slow. Introducing bulk loading/dumping will really speed up the...
_From [[email protected]](https://code.google.com/u/102269370570210774431/) on April 11, 2013 11:32:49_ What steps will reproduce the problem? It will be nice to have a way to see the _active_tasks from the lib (ie: to...
_From [bigbluehat](https://code.google.com/u/bigbluehat/) on October 04, 2012 22:25:13_ CouchDB supports HTTP Basic, Cookie, and OAuth authentication options. It would be great if couchdb-python made Cookie authentication available. It would take some...
_From [kxepal](https://code.google.com/u/kxepal/) on November 26, 2011 17:36:08_ What steps will reproduce the problem? 1. Create multitheaded script 2. Share Database instance between threads 3. Make a lot of requests until...
_From [kxepal](https://code.google.com/u/kxepal/) on November 21, 2011 18:40:21_ Since cjson is deprecated for now in trunk, should we add something instead of? I've found ujson as very nice one, thanks to...
_From [[email protected]](https://code.google.com/u/110915284365508390001/) on November 18, 2011 17:49:17_ What steps will reproduce the problem? 1. connect to couchdb 2. fork() the python process 3. try to use the db in the...
_From [kxepal](https://code.google.com/u/kxepal/) on June 08, 2011 16:28:20_ I'd like to resume talking about design document schema. Not a long time ago there was discussion on same subject: https://groups.google.com/forum/#!topic/couchdb-python/jynKi4rsWtg Without Python...