aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqlitedatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Sqlite: Use extra define for reverseMarco Bubke2022-07-281-2/+1
* Sqlite: Fix lockingMarco Bubke2022-07-071-16/+0
* QmlDesigner: Install busy handler for every database accessMarco Bubke2022-06-211-2/+2
* Sqlite: Make selects even a little bit more randomMarco Bubke2021-05-311-1/+3
* Sqlite: Open Sqlite by default in exclusive locking modeMarco Bubke2021-05-311-9/+16
* Sqlite: Add exception if statement is called outside of a lockMarco Bubke2021-05-311-27/+9
* Sqlite: Move result count to class declarationMarco Bubke2021-03-261-5/+5
* Sqlite: Add busy handlerMarco Bubke2021-03-221-2/+5
* QmlDesigner: Improving SessionChangeSetsMarco Bubke2020-11-101-0/+5
* Sqlite: Add session supportMarco Bubke2020-06-051-5/+36
* Sqlite: Export interfaceMarco Bubke2020-05-261-0/+5
* Sqlite: Use exclusive lock for table initializationMarco Bubke2019-03-041-1/+1
* ClangRefactoring: Initialize sqlite database only onceMarco Bubke2018-09-261-0/+13
* Clang: Cleanup transaction statements in the databaseMarco Bubke2018-04-091-15/+37
* Sqlite: Use compiled statements for transactionsMarco Bubke2018-04-041-4/+51
* Clang: Add busy timeout handler to databaseMarco Bubke2018-04-041-3/+14
* Sqlite: Export TransactionInterfaceMarco Bubke2018-02-011-4/+0
* Sqlite: Add a dtor to DatabaseUlf Hermann2018-01-301-0/+4
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-291-1/+1
* Sqlite: Add journal option to database constructorMarco Bubke2017-10-211-1/+4
* Sqlite: Extend databaseMarco Bubke2017-09-211-10/+0
* Sqlite: Remove the Sqlite PrefixMarco Bubke2017-09-181-21/+21
* Sqlite: Improve Sqlite wrapperMarco Bubke2017-08-281-2/+13
* Sqlite: Add Read and ReadWrite mode to databaseMarco Bubke2017-08-021-4/+13
* Sqlite: Cleanup table and column handlingMarco Bubke2017-08-021-11/+7
* Sqlite: Add variadic bind and write functionsMarco Bubke2017-08-021-1/+2
* Sqlite: Add excute to the databaseMarco Bubke2017-08-021-0/+5
* Clang: Cleanup string interface of sqliteMarco Bubke2017-08-011-7/+7
* Sqlite: Remove static database handleMarco Bubke2017-07-271-3/+24
* Sqlite: Cleanup SqliteMarco Bubke2017-07-271-61/+18
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Introduce codemodelbackend process and libraryMarco Bubke2015-06-031-0/+146