aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitedatabasebackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Move item library entries to project storageMarco Bubke2023-10-111-1/+20
* QmlDesigner: Hopefully fix strange MSVC failMarco Bubke2023-09-061-1/+1
* Sqlite: Improve ownershipMarco Bubke2023-03-271-16/+22
* 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
* | Sqlite: Improve database openingMarco Bubke2023-03-151-9/+17
* | Sqlite: Generalize error handlingMarco Bubke2023-03-151-25/+9
* | Sqlite: Add extended exceptions for busy errorsMarco Bubke2023-03-151-0/+3
* | Sqlite: Inject RTTI into TUMarco Bubke2023-02-281-56/+26
* | Sqlite: Add progress handlerMarco Bubke2023-02-221-0/+30
* | QmlDesigner: Add midSize image to cacheMarco Bubke2023-01-261-0/+13
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove null termination from SmallStringMarco Bubke2022-08-161-1/+4
* Sqlite: Cleanup exceptionsMarco Bubke2021-12-091-2/+2
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Utils: Remove std::initializer_list contructorMarco Bubke2021-05-311-1/+1
* Sqlite: Open Sqlite by default in exclusive locking modeMarco Bubke2021-05-311-3/+39
* Sqlite: Add exception if statement is called outside of a lockMarco Bubke2021-05-311-0/+1
* Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-071-1/+1
* Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-061-1/+1
* Sqlite: Use config.h instead of setting everything in the build filesMarco Bubke2021-05-051-1/+1
* Sqlite: Move result count to class declarationMarco Bubke2021-03-261-3/+5
* Sqlite: Add busy handlerMarco Bubke2021-03-221-13/+24
* Sqlite: Activate extended error codesMarco Bubke2021-01-141-4/+8
* Sqlite: Update Sqlite from 3.31.1 to 3.34 and adapt carrayMarco Bubke2021-01-061-1/+1
* Sqlite: Use a more efficient update hookMarco Bubke2020-06-091-15/+4
* Sqlite: Export interfaceMarco Bubke2020-05-261-6/+10
* Sqlite: Make logging conditionalMarco Bubke2020-05-261-2/+4
* Sqlite: Add carray extension from Sqlite and a pointer bindingMarco Bubke2020-05-261-2/+19
* Sqlite: Dont compile Utf-16 supportMarco Bubke2020-05-261-45/+2
* Sqlite: Add update hook and use it to get the last changed idMarco Bubke2020-05-121-12/+29
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* Sqlite: Remove temporary unused functionsMarco Bubke2019-07-161-5/+0
* Sqlite: Handle cases that the database is busyMarco Bubke2019-07-111-10/+18
* ClangRefactoring: Ensure that database is written to log after indexingMarco Bubke2019-06-171-0/+21
* Fix frequent typoRobert Loehning2018-10-231-1/+1
* Clang: Fix reset for write and execute in the sqlite statementMarco Bubke2018-04-091-1/+1
* Sqlite: Don't register ranking any moreMarco Bubke2018-04-041-1/+0
* Clang: Add busy timeout handler to databaseMarco Bubke2018-04-041-2/+14
* Sqlite: Add setter for last row idMarco Bubke2018-01-161-0/+5
* Clang: Add file cacheMarco Bubke2017-10-051-1/+1
* Sqlite: Improve SqliteStatementMarco Bubke2017-09-211-1/+1
* Sqlite: Extend databaseMarco Bubke2017-09-211-4/+9
* Sqlite: Improve exception handlingMarco Bubke2017-09-201-7/+23
* Sqlite: Remove the Sqlite PrefixMarco Bubke2017-09-181-56/+56
* Sqlite: Improve Sqlite wrapperMarco Bubke2017-08-281-8/+0
* Sqlite: Add Read and ReadWrite mode to databaseMarco Bubke2017-08-021-2/+14
* Sqlite: Add variadic bind and write functionsMarco Bubke2017-08-021-7/+7
* Clang: Cleanup string interface of sqliteMarco Bubke2017-08-011-42/+44
* Sqlite: Remove static database handleMarco Bubke2017-07-271-30/+35