aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitebasestatement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang: Fix reset for write and execute in the sqlite statementMarco Bubke2018-04-091-8/+1
* Sqlite: Throw misuse Exception in SqliteStatement::bindMarco Bubke2018-04-041-0/+1
* Sqlite: Throw IoError in SqliteStatement::prepareStatementMarco Bubke2018-04-041-1/+7
* Clang: Handle constraint exceptions in the file path storageMarco Bubke2018-04-041-1/+1
* Sqlite: Use string view as result valueMarco Bubke2017-10-231-10/+5
* Sqlite: Cleanup error handling in sqlite statementMarco Bubke2017-10-181-20/+36
* Clang: Add file cacheMarco Bubke2017-10-051-0/+500