summaryrefslogtreecommitdiff
path: root/platform/default/sqlite3.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-0/+5
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-2/+2
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-121-4/+2
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-141-8/+0
* [core] Do not throw on dtorsThiago Marcos P. Santos2017-04-011-1/+1
* [ios] Clean-up conditionals for iOS <8Jason Wray2017-02-211-2/+2
* [core] Move sqlite::Statement::check to pimplBruno de Oliveira Abinader2017-01-231-21/+21
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-231-10/+15
* [core] Private implementation for SQLite interfaceBruno de Oliveira Abinader2017-01-231-111/+141
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Move SQLite logging setup to before database initializationJason Wray2016-09-091-7/+9
* [core] Implement SQLite error logging (#6291)Jason Wray2016-09-081-0/+13
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-7/+18
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-291-5/+1
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-111-0/+35
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-241-0/+18
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+5
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-0/+5
* [core] Disable SQLite busy timeouts so that multiple readers can access the s...John Firebaugh2016-02-101-0/+9
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-1/+40
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-2/+32
* [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