aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Clang: Fix reset for write and execute in the sqlite statementMarco Bubke2018-04-094-13/+17
* Clang: Cleanup transaction statements in the databaseMarco Bubke2018-04-093-25/+52
* Sqlite: Use compiled statements for transactionsMarco Bubke2018-04-042-35/+66
* Sqlite: Don't register ranking any moreMarco Bubke2018-04-041-1/+0
* Sqlite: Throw misuse Exception in SqliteStatement::bindMarco Bubke2018-04-041-0/+1
* Sqlite: Throw IoError in SqliteStatement::prepareStatementMarco Bubke2018-04-042-1/+8
* Sqlite: Fix container programming bugMarco Bubke2018-04-041-4/+4
* Clang: Handle constraint exceptions in the file path storageMarco Bubke2018-04-042-4/+13
* Clang: Add busy timeout handler to databaseMarco Bubke2018-04-044-6/+40
* Clang: Handle a busy database in the PCH pluginMarco Bubke2018-04-041-2/+19
* ClangSupport: Fix qbs build after incomplete refactoringJoerg Bornemann2018-03-271-38/+0
* Clang: Improve interfacesMarco Bubke2018-03-264-8/+19
* Clang: Use PCHs for indexingMarco Bubke2018-03-221-0/+5
* Sqlite: Transaction catch exception in destructorMarco Bubke2018-02-141-15/+62
* Sqlite: Add unique index to tableMarco Bubke2018-02-012-3/+24
* Sqlite: Export TransactionInterfaceMarco Bubke2018-02-013-6/+1
* Sqlite: Add a dtor to DatabaseUlf Hermann2018-01-302-0/+5
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-294-26/+72
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-171-1/+2
|\
| * Clang: Provide tooltipsNikolai Kosjar2018-01-161-1/+2
* | UnitTests: Cleanup unit testsMarco Bubke2018-01-162-6/+0
* | Sqlite: Add setter for last row idMarco Bubke2018-01-163-0/+11
* | Sqlite: Upgrade SqliteMarco Bubke2018-01-162-2/+4
|/
* Sqlite: Fix double throwing for resetMarco Bubke2017-11-131-2/+29
* Sqlite: Use string view as result valueMarco Bubke2017-10-232-19/+9
* Sqlite: Add journal option to database constructorMarco Bubke2017-10-212-2/+5
* Sqlite: Cleanup error handling in sqlite statementMarco Bubke2017-10-182-23/+40
* Clang: Add file cacheMarco Bubke2017-10-0511-244/+199
* Sqlite: Improve SqliteStatementMarco Bubke2017-09-215-200/+141
* Sqlite: Extend databaseMarco Bubke2017-09-214-21/+30
* Sqlite: Add locking for sqlite transactionsMarco Bubke2017-09-202-6/+14
* Sqlite: Don't copy values for bindingMarco Bubke2017-09-202-9/+9
* Sqlite: Don't use the lower level interface of the statementsMarco Bubke2017-09-203-31/+0
* Sqlite: Improve exception handlingMarco Bubke2017-09-207-52/+346
* Sqlite: Remove the Sqlite PrefixMarco Bubke2017-09-1820-289/+289
* Clang: Add Symbol IndexingMarco Bubke2017-09-145-17/+130
* Clang: Add symbol storageMarco Bubke2017-08-291-74/+74
* Utils: Convert to SmallStringView for comparisonMarco Bubke2017-08-291-3/+3
* Sqlite: Add temporary option to SqliteTableMarco Bubke2017-08-281-0/+7
* Sqlite: Improve Sqlite wrapperMarco Bubke2017-08-2817-214/+516
* Clang: Remove empty lineMarco Bubke2017-08-041-1/+0
* Sqlite: Add Read and ReadWrite mode to databaseMarco Bubke2017-08-025-8/+43
* Sqlite: Cleanup table and column handlingMarco Bubke2017-08-0212-295/+146
* Sqlite: Add variadic bind and write functionsMarco Bubke2017-08-0210-37/+106
* Sqlite: Add excute to the databaseMarco Bubke2017-08-023-1/+8
* Clang: Cleanup string interface of sqliteMarco Bubke2017-08-0123-545/+356
* Sqlite: Remove static database handleMarco Bubke2017-07-2715-113/+193
* Sqlite: Cleanup exceptionsMarco Bubke2017-07-274-15/+15
* Sqlite: Cleanup SqliteMarco Bubke2017-07-2742-1155/+410
* Sqlite: Fix compileMarco Bubke2017-06-141-0/+2