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

_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...

imported

_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...

imported

_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...

imported

_From [daevaorn](https://code.google.com/u/daevaorn/) on June 06, 2011 13:31:08_ `DictField` accepts default value and has default default as empty dict. But if `mapping` parameter is specified user is expecting empty `Mapping` instance...

imported

_From [kxepal](https://code.google.com/u/kxepal/) on May 18, 2011 11:04:31_ What steps will reproduce the problem? 1. Create show function: function(doc, req){ return {json: req} } 1. Try to call it with custom...

imported

_From [daevaorn](https://code.google.com/u/daevaorn/) on March 13, 2011 21:57:38_ Now `Proxy` is subclass of standard list. But this is not necessary. `Proxy` have complete set of methods that implements list interface just...

imported

_From [daevaorn](https://code.google.com/u/daevaorn/) on March 13, 2011 21:00:13_ Python documentation says that `__getslice__` and other `__*slice__` methods are deprecated and classes should use `__*item__` instead. `ListField.Proxy` doesn't respect `slice` objects as...

imported

_From [[email protected]](https://code.google.com/u/115243012174886883987/) on March 03, 2011 18:19:11_ What steps will reproduce the problem? 1. Create a ViewResults object from a view where the values are something that isn't a dict...

imported

_From [[email protected]](https://code.google.com/u/113886470075752902605/) on March 02, 2011 12:51:42_ If pkg_resources is not available the couchdb.**init** modules sets the version string to '?'. We shouldn't rely on pkg_resources for something so important,...

imported

_From [kxepal](https://code.google.com/u/kxepal/) on February 12, 2011 20:58:23_ What steps will reproduce the problem? 1. Imagine that where is some document where DateTime fields are controls document modification timestamp. 2. You...

imported