summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
Commit message (Collapse)AuthorAge
...
* Storage: implemented scanChristian Mollekopf2014-12-10
| | | | | | This can replace all our read calls. Note that we need a different API for databases where the value needs to be loaded first, so we can do a key scan before loading values. With this we can do key + value scans in one though.
* place to put generic parts of the Storage class implAaron Seigo2014-12-06