Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create atomic_update db utility function | Elrond | 2012-03-04 | 1 | -0/+11 |
| | | | | | | | | | In some cases (notably the mark_entry_failed function) it is useful to have atomic update functionality on the db. On mongo this requires special syntax. So created an atomic_update function for mongo and started to use it in mark_entry_failed. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Move db/util.py -> db/mongo/util.py | Elrond | 2011-12-20 | 1 | -0/+292 |
- Change some reference - Provide a wrapper db/util.py |