summaryrefslogtreecommitdiffstats
path: root/common/datastorequery.cpp
Commit message (Collapse)AuthorAge
...
* A new query systemChristian Mollekopf2016-09-23
|
* A first draft of the threading algorithm.Christian Mollekopf2016-09-20
|
* Refactored the query part of the entity reader into DataStoreQuery.Christian Mollekopf2016-09-19
DataStoreQuery now encapsulates the low-level query that operates directly on the storage. It no longer has access to the resource buffers, and is instantiated by the type implementation, so we can specialize the query alogorithm per type, but not per resource. This will allow us to implement the threading queries for the mailtype.