summaryrefslogtreecommitdiff
path: root/platform/default/sqlite3.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] consolidate database opening workflowKonstantin Käfer2018-06-121-3/+2
* [core] remove unused flags from SQLite headerKonstantin Käfer2018-06-121-4/+0
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-121-1/+3
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-091-1/+5
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-021-12/+38
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-021-9/+42
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-141-4/+0
* [core] Replace sqlite3.h dependency in offline databaseBruno de Oliveira Abinader2017-01-231-1/+7
* [core] Move sqlite::Statement::check to pimplBruno de Oliveira Abinader2017-01-231-2/+0
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-231-3/+3
* [core] Private implementation for SQLite interfaceBruno de Oliveira Abinader2017-01-231-7/+8
* [core] Move SQLite logging setup to before database initializationJason Wray2016-09-091-1/+1
* [core] Implement SQLite error logging (#6291)Jason Wray2016-09-081-0/+1
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-111-0/+24
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+1
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-101-0/+1
* [core] Disable SQLite busy timeouts so that multiple readers can access the s...John Firebaugh2016-02-101-0/+2
* [core] Explicit operator boolJohn Firebaugh2016-02-101-2/+2
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-1/+12
* [core] Eliminate macros in sqlite3.cppJohn Firebaugh2016-01-191-0/+2
* [core] throw values, catch referencesKonstantin Käfer2015-12-031-0/+1
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-0/+74