aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/sqlitedatabase-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProject: Reorganize unittestsBurak Hancerli2023-06-071-389/+0
* Sqlite: Fix that prepare is not checking that the database is lockedMarco Bubke2023-05-301-1/+2
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-1/+1
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | UnitTests: Make test fore robustMarco Bubke2023-02-231-1/+1
* | Sqlite: Add progress handlerMarco Bubke2023-02-221-11/+40
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Sqlite: Fix lockingMarco Bubke2022-07-071-1/+2
* Remove clangsupport libraryChristian Kandeler2022-05-091-1/+0
* Sqlite: Introduce BindParameterCount template parameterMarco Bubke2021-12-091-18/+20
* Sqlite: Open Sqlite by default in exclusive locking modeMarco Bubke2021-05-311-0/+33
* Sqlite: Add exception if statement is called outside of a lockMarco Bubke2021-05-311-20/+9
* Sqlite: Move result count to class declarationMarco Bubke2021-03-261-1/+1
* Sqlite: Remove last usages of UpdateCallbackMarco Bubke2020-06-101-2/+4
* Sqlite: Use a more efficient update hookMarco Bubke2020-06-091-11/+19
* Sqlite: Add session supportMarco Bubke2020-06-051-3/+40
* Sqlite: Add update hook and use it to get the last changed idMarco Bubke2020-05-121-0/+87
* ClangPchManager: Introduce PchTasksMergerMarco Bubke2018-12-101-1/+4
* ClangRefactoring: Initialize sqlite database only onceMarco Bubke2018-09-261-0/+27
* Clang: Cleanup transaction statements in the databaseMarco Bubke2018-04-091-29/+28
* Sqlite: Use compiled statements for transactionsMarco Bubke2018-04-041-0/+35
* Sqlite: Add setter for last row idMarco Bubke2018-01-161-0/+7
* Sqlite: Extend databaseMarco Bubke2017-09-211-0/+29
* Sqlite: Remove the Sqlite PrefixMarco Bubke2017-09-181-2/+2
* Clang: Add Symbol IndexingMarco Bubke2017-09-141-0/+12
* Sqlite: Improve Sqlite wrapperMarco Bubke2017-08-281-0/+3
* Sqlite: Add Read and ReadWrite mode to databaseMarco Bubke2017-08-021-0/+7
* Sqlite: Cleanup table and column handlingMarco Bubke2017-08-021-3/+1
* Sqlite: Cleanup SqliteMarco Bubke2017-07-271-11/+10
* UnitTest: CleanupMarco Bubke2016-09-191-0/+104