Wendall Cada
Wendall Cada
Using bulk save, with a list containing the same document twice, BulkSaveError is properly thrown, but error is empty. try: db.bulk_save([docA, docB, docB]) except BulkSaveError, e: # e is empty...
### Idea I see that the mod is not setup with a multi-loader repo, but maintains two separate branches. This is just an inquiry to see if any help is...
The original couchapp tool adds the ability to monitor the filesystem for changes and incrementally push modifications. This is super useful for large couchapps, and would make a nice addition...