histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

new feature: optionally use OrderedDict when parsing returned JSON to… #55

Open internaut opened 9 years ago

internaut commented 9 years ago

… ensure that the order of the elements is the same as in the DB You can use this feature by setting use_ordered_dict=True when creating a pycouchdb.Server object.

histrio commented 9 years ago

Hey guys! Sorry for late response. So, I don't look at this PR close yet. I don't think that the request will have time to get into a new version. But I will review it later. Thanks @internaut and @mnewmedia