summaryrefslogtreecommitdiffstats
path: root/common/resultset.h
Commit message (Collapse)AuthorAge
* Remember aggregated idsChristian Mollekopf2018-02-21
|
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
|
* Report when we don't have any more to fetch.Christian Mollekopf2016-12-20
| | | | ... so we can use that information in fetchMore.
* Use the ApplicationDomainType in the queries as well.Christian Mollekopf2016-10-21
| | | | | We have to access properties, so we need the mapper anyways, and the ApplicationDomainType type shouldn't be a large overhead anyways.
* Simplified replaySetChristian Mollekopf2016-10-21
|
* count as a first aggregation functionChristian Mollekopf2016-10-06
|
* 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.
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Fetch more data on demandChristian Mollekopf2016-02-20
| | | | | | | | We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect.
* Prepared querying of batches and added a switch to enable/disableChristian Mollekopf2016-02-15
| | | | sorting
* Less typingChristian Mollekopf2016-02-12
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* A null value means the generator has nothing to generate anymore.Christian Mollekopf2015-10-10
|
* Change replayChristian Mollekopf2015-10-10
| | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions.
* Fixed all warningsChristian Mollekopf2015-07-07
|
* An almost generic query implementation.Christian Mollekopf2015-06-17
| | | | With equality filter on arbitrary properties as a bonus.
* Fixed return value.Christian Mollekopf2015-05-31
|
* Centralized type specific code.Christian Mollekopf2015-05-25