summaryrefslogtreecommitdiff
path: root/platform/default/sqlite3.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-1/+55
* [core] Eliminate macros in sqlite3.cppJohn Firebaugh2016-01-191-26/+20
* [core] throw values, catch referencesKonstantin Käfer2015-12-031-5/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-251-0/+3
* don't use certain STL functionsKonstantin Käfer2015-08-041-0/+1
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-14/+19
* Relax sqlite version check to major version onlyJohn Firebaugh2015-03-111-8/+1
* add missing headersKonstantin Käfer2015-02-041-0/+1
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-0/+185