aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite
Commit message (Expand)AuthorAgeFilesLines
...
* Sqlite: Improve ownershipMarco Bubke2023-03-276-33/+53
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-2639-47/+47
|\
| * CMake build: Remove usages of Qt5_VERSIONEike Ziller2023-01-241-2/+0
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0637-37/+37
| * Fix static build of Qt CreatorCristian Adam2023-01-053-4/+6
| * CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* | Sqlite: Improve database openingMarco Bubke2023-03-153-12/+20
* | Sqlite: Generalize error handlingMarco Bubke2023-03-155-399/+212
* | Sqlite: Add extended exceptions for can't open errorsMarco Bubke2023-03-154-7/+79
* | Sqlite: Add extended exceptions for connection lock errorsMarco Bubke2023-03-154-7/+27
* | Sqlite: Add extended exceptions for readonly errorsMarco Bubke2023-03-154-8/+79
* | Sqlite: Add extended exceptions for corruption errorsMarco Bubke2023-03-154-7/+40
* | Sqlite: Add extended exceptions for contraint errorsMarco Bubke2023-03-154-8/+158
* | Sqlite: Add extended exceptions for errorsMarco Bubke2023-03-154-10/+44
* | Sqlite: Add extended exceptions for busy errorsMarco Bubke2023-03-155-10/+80
* | Sqlite: Add extended exceptions for IO errorsMarco Bubke2023-03-154-56/+483
* | Sqlite: Inject RTTI into TUMarco Bubke2023-02-2816-190/+560
* | Sqlite: Move virtual methode into .cppMarco Bubke2023-02-282-1/+6
* | Sqlite: Add pathExists functionMarco Bubke2023-02-223-0/+63
* | Sqlite: Add progress handlerMarco Bubke2023-02-224-0/+68
* | QmlDesigner: Add midSize image to cacheMarco Bubke2023-01-263-8/+21
|/
* Fix some compiler warningsChristian Kandeler2022-09-301-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-012-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-2637-888/+74
* QmlDesigner: Add isBaseOf to project storageMarco Bubke2022-08-261-0/+1
* Utils: Remove variant.hMarco Bubke2022-08-235-19/+21
* Utils: Remove null termination from SmallStringMarco Bubke2022-08-162-3/+6
* Sqlite: Add error code for strict tablesMarco Bubke2022-08-091-0/+1
* Sqlite: Use extra define for reverseMarco Bubke2022-07-282-3/+2
* Sqlite: Define SQLITE_DEBUG in debugMarco Bubke2022-07-281-2/+1
* Sqlite: Fix strict tableMarco Bubke2022-07-212-4/+8
* Sqlite: Cleanup id handlingMarco Bubke2022-07-212-2/+14
* Sqlite: Generalize invalid id handlingMarco Bubke2022-07-212-6/+19
* Sqlite: Support enumerations as bind and conversion parameterMarco Bubke2022-07-211-0/+19
* Sqlite: Make the statement conversion operator id awareMarco Bubke2022-07-212-12/+27
* Sqlite: Make bind id awareMarco Bubke2022-07-213-0/+95
* Use compare opertators from string_viewMarco Bubke2022-07-141-8/+1
* Sqlite: Fix lockingMarco Bubke2022-07-072-19/+17
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-041-2/+2
|\
| * Merge remote-tracking branch 'origin/7.0' into 8.0Tim Jenssen2022-07-011-2/+2
| |\
| | * QmlDesigner: Install busy handler for every database accessMarco Bubke2022-06-211-2/+2
* | | Sqlite: Only declare the defines for the sqlite filesMarco Bubke2022-06-232-21/+18
* | | Sqlite: Refactor static buildMarco Bubke2022-06-235-25/+43
* | | Merge remote-tracking branch 'origin/qmlprojectstorage'Tim Jenssen2022-06-211-0/+1
|/ /
* | Sqlite: Fix MSVC warning on buildOrgad Shaneh2022-05-161-6/+1
* | Sqlite: Disable compiler warnings for 3rdparty sourcesEike Ziller2022-05-131-5/+20
* | CMake: Fix static build when using a static build of QtCristian Adam2022-05-064-0/+16
* | CMake: Qt Creator Static build supportCristian Adam2022-04-292-5/+4
|/
* Remove qmake build filesEike Ziller2022-01-204-114/+0
* ClangSupport: Break artificial dependency to SqliteMarco Bubke2022-01-206-605/+0