couchdb-python icon indicating copy to clipboard operation
couchdb-python copied to clipboard

Python library for working with CouchDB

Results 57 couchdb-python issues
Sort by recently updated
recently updated
newest added

Hi! I read #268 and i really want the python query server! This PR import the code from kxepal/couchdb-python@9145545. And i modified the code in order to support python3. The...

Emitting string with diacritics crashes server ``` python def fun(doc): if doc.get('tip') == 'TD': yield doc.get('def'),"şţăâîŞŢĂÂÎ" ```

_From [[email protected]](https://code.google.com/u/116001748545724505261/) on August 27, 2009 20:00:03_ If a document is loaded, and the ListField/DictField specified in the schema class is not pre- existing, the Fields do not work. What...

imported

_From [[email protected]](https://code.google.com/u/109155556562116051288/) on August 30, 2010 22:51:50_ What steps will reproduce the problem? 1. use Google's App Engine SDK 2. install couchdb-python into your new project 3. import couchdb 2....

imported

_From [[email protected]](https://code.google.com/u/113203882735910317882/) on May 23, 2013 22:20:56_ What steps will reproduce the problem? 1. Google App Engine Env 2. list(..., keys = []) or view(... keys = []) (or anything...

imported

_From [[email protected]](https://code.google.com/u/105726176650188649232/) on February 12, 2011 00:08:09_ The attached patch implements support for this, because I needed it in my project (which uses paisley which now uses a copy of...

imported

_From [daevaorn](https://code.google.com/u/daevaorn/) on September 30, 2010 19:30:29_ After the document deletion CouchDB returns response with updated revision. It will be very useful to store new revision in the document object....

imported

_From [kxepal](https://code.google.com/u/kxepal/) on August 16, 2010 16:19:48_ This is port of javascript view server for couchdb server 0.10+ Support of shows, lists, filters and validate_doc_updates for pythonic views included. Due...

imported

_From [[email protected]](https://code.google.com/u/104263254786074374876/) on December 12, 2009 00:10:33_ from http://groups.google.com/group/couchdb- python/browse_thread/thread/e912efc0625d95c3: It looks like there is a bare DictField which can have arbitrary keys/values with no schema, or a DictField with...

imported