summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher8 days1-1/+0
* SQL/SQLite: Silence warning "Unsupported option ''"Friedemann Kleint2024-03-021-1/+1
* SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOWChristian Ehrlicher2024-02-261-0/+12
* Override detection of OS for sqlite3Michał Łoś2024-02-081-0/+5
* SQLite: Handle identifiers correctlyPo-Hao Su2023-09-282-78/+110
* SQL/SQLite: fix compilation with SQLite < 3.40.0Christian Ehrlicher2023-08-311-0/+3
* SQL: use QT_NO_CONTEXTLESS_CONNECT for sql pluginsChristian Ehrlicher2023-07-191-0/+1
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-0/+33
* QtVFS: Attempt to fix compilation error on YoctoFabian Kosmale2023-07-041-1/+1
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-025-1/+283
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-181-2/+2
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-8/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* SQLite: enable default features for the built-in versionGiuseppe D'Angelo2022-10-301-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-022-4/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-192-29/+31
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-16/+16
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-4/+4
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-1/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-3/+4
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* SQLite plugin: use QString::unicode(), not utf16()Giuseppe D'Angelo2021-06-011-1/+1
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-05-311-1/+1
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+4
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-3/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-85/+0
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-18/+0
* sqlite: Replace NULL by nullptrFriedemann Kleint2020-12-211-6/+7
* sqlite: Fix MSVC integer conversion warningsFriedemann Kleint2020-12-211-6/+11
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-261-5/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-23/+23
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-18/+18
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-1/+1
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-3/+0
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-14/+14
* Port QtSql from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* Remove winrtOliver Wolff2020-06-062-20/+4
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2