aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitebasestatement.h
Commit message (Expand)AuthorAgeFilesLines
* Sqlite: Workaround an over-constraint in GCC 10Marco Bubke2025-02-211-2/+3
* Sqlite: Make sqlite range usable for std::rangesMarco Bubke2025-02-201-36/+77
* QmlDesigner: Use Sqlite source location wrapperMarco Bubke2025-01-221-76/+173
* Sqlite: Fix warningMarco Bubke2025-01-091-4/+0
* NanoTrace: Remove user literal workaroundMarco Bubke2024-10-251-10/+10
* Sqlite: Add compound idMarco Bubke2024-08-061-3/+2
* Utils: Add to_underlyingMarco Bubke2024-05-281-1/+1
* QmlDesigner: Use error notifier for prototype and extension type name resolvingMarco Bubke2024-05-281-8/+1
* QmlDesigner: Remove template parameter from project storageMarco Bubke2024-04-221-2/+12
* Sqlite: trace exceptionsMarco Bubke2024-03-201-18/+1
* Sqlite: Improve tracingMarco Bubke2024-03-201-12/+51
* Nanotrace: Remove the magic booleans and use an enumerationMarco Bubke2023-10-171-5/+6
* Nanotrace: Add asynchronous trace pointsMarco Bubke2023-10-131-2/+2
* QmlDesigner: Fix typoMarco Bubke2023-10-131-1/+1
* QmlDesigner: Fix thread local tracing categoriesMarco Bubke2023-10-131-12/+12
* NanoTrace: Reduce macros with template specializationMarco Bubke2023-10-121-2/+8
* Sqlite: Use nanotracerMarco Bubke2023-10-121-0/+28
* Revert "Sqlite: Flatten calls inside functions"Tim Jenssen2023-08-291-16/+10
* Sqlite: Reset is noexceptMarco Bubke2023-08-291-1/+1
* Sqlite: Make simple getter inlineMarco Bubke2023-08-291-1/+1
* Sqlite: Disable locking test for releaseMarco Bubke2023-08-291-0/+2
* Sqlite: Flatten calls inside functionsMarco Bubke2023-08-281-10/+16
* Sqlite: Extent Statement::values for other containerMarco Bubke2023-08-281-4/+31
* Sqlite: Make statement moveableMarco Bubke2023-05-301-0/+2
* Sqlite: Improve readCallbackMarco Bubke2023-05-301-2/+16
* Sqlite: Improve ownershipMarco Bubke2023-03-271-3/+7
* 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: Generalize error handlingMarco Bubke2023-03-151-16/+0
* | Sqlite: Add extended exceptions for can't open errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for connection lock errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for readonly errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for corruption errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for contraint errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for busy errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Add extended exceptions for IO errorsMarco Bubke2023-03-151-1/+0
* | Sqlite: Inject RTTI into TUMarco Bubke2023-02-281-1/+1
|/
* Utils: Remove Utils::optionalEike Ziller2022-09-011-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Add isBaseOf to project storageMarco Bubke2022-08-261-0/+1
* Sqlite: Cleanup id handlingMarco Bubke2022-07-211-1/+1
* Sqlite: Generalize invalid id handlingMarco Bubke2022-07-211-5/+13
* Sqlite: Support enumerations as bind and conversion parameterMarco Bubke2022-07-211-0/+19
* Sqlite: Make the statement conversion operator id awareMarco Bubke2022-07-211-8/+18
* Sqlite: Make bind id awareMarco Bubke2022-07-211-0/+7
* Sqlite: Refactor static buildMarco Bubke2022-06-231-7/+1
* CMake: Fix static build when using a static build of QtCristian Adam2022-05-061-0/+4
* QmlDesigner: Add fetchHasImage to ImageCacheStorageMarco Bubke2022-01-061-2/+0
* Sqlite: Remove virtual interface dependencyMarco Bubke2021-12-141-1/+3