summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Add support for bundled SQLite libraryLeander Beernaert2020-03-252-6/+75
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-17/+8
|\
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-191-17/+8
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-8/+5
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
| |\|
| | * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-16/+16
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-8/+1
|\| |
| * | SQL: cleanup private classesChristian Ehrlicher2020-01-071-8/+1
| |/
* | Regenerate src/*Alexandru Croitor2019-11-142-13/+13
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+5
|\|
| * QSqlDriver: deprecate one-arg notification() signalChristian Ehrlicher2019-09-211-0/+5
* | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-141-1/+6
* | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-082-8/+100
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-1/+1
|\|
| * Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-221-0/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-2/+2
|\|
| * More nullptr usage in headersKevin Funk2019-03-141-2/+2
* | CMake: Re-generate plugins/sqldrivers/sqliteTobias Hunger2019-04-031-6/+13
* | cmake: Search and enable the sqlite[3] pluginAlbert Astals Cid2019-02-121-0/+25
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-7/+12
|\
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-131-7/+12
* | SQL PostgreSQL/SQlite: Properly decode default varchar parameterChristian Ehrlicher2018-09-121-1/+8