couchdb-python
couchdb-python copied to clipboard
Python library for working with CouchDB
_From [[email protected]](https://code.google.com/u/111376905175297667521/) on August 14, 2009 09:45:12_ In the current version of couchdb it is possible to define a 'validate_doc_update' function to validate the content of new/updated documents [0]. It...
_From [[email protected]](https://code.google.com/u/110198474993527314455/) on June 13, 2009 18:33:20_ This patch allows you to write “list” and “show” functions in python. It enables you to deliver ready-to-use content straight out of the...
_From [[email protected]](https://code.google.com/u/110915284365508390001/) on April 01, 2014 20:40:08_ What steps will reproduce the problem? 1. Provoke a CouchDB timeout error: https://gist.github.com/wickedgrey/d2c87e6ee1e7c695abae (Note: I have no idea how to do this consistently;...
_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...