lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

pull request saveable python objects with conflict resolution #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
https://code.google.com/r/rabshakeh-couchdb-python/source/list

Original issue reported on code.google.com by rabsha...@gmail.com on 25 Nov 2012 at 10:44

GoogleCodeExporter commented 8 years ago
You'd have to discuss a big feature addition like this on the mailing list. In 
any case, personally I wouldn't want to include this in CouchDB-python, 
although I'd encourage you to release it separately as an add-on.

Original comment by djc.ochtman on 25 Nov 2012 at 10:58

GoogleCodeExporter commented 8 years ago
ok, it's on github

https://github.com/erikdejonge/couchdb_api

thanks

Original comment by rabsha...@gmail.com on 25 Nov 2012 at 11:43

GoogleCodeExporter commented 8 years ago
IMHO, couchdb_api is a pretty bad name for this, as it doesn't describe at all 
what this adds on top of something like CouchDB-python. But thanks for 
releasing your work!

Original comment by djc.ochtman on 25 Nov 2012 at 1:21

GoogleCodeExporter commented 8 years ago

Yeah completely agree, the classname is also very bad 'SaveObject' :-(, i can 
change it for something better no problem.

But you're welcome, the timestamped attributes and automatic conflict 
resolution have taken up many hours, 

I needed it for a delayed task exectution (a simpler celery)

https://github.com/erikdejonge/crypto_task
https://github.com/erikdejonge/crypto_taskworker

Original comment by rabsha...@gmail.com on 25 Nov 2012 at 1:27