summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Interbase: Add support for the boolean typeAndy Shaw2020-09-111-1/+22
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-17/+3
* PostgreSQL: Attempt to subscribe even if it is already addedAndy Shaw2020-09-071-9/+8
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-08-241-1/+6
* Interbase: Close the cursor before reopening it later onAndy Shaw2020-08-231-3/+3
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+18
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-155-56/+56
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-155-10/+9
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-112-1/+7
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-3/+0
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-4/+5
* MySQL: Remove anything that refers to lower than MySQL 5.6Andy Shaw2020-07-081-33/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-067-60/+59
* Port QtSql from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* Remove winrtOliver Wolff2020-06-062-20/+4
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-3/+3
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-293-2/+5
* Add missing overrideAlexander Volkov2020-05-211-1/+1
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-6/+9
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-3/+0
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-2/+2
* Force the ibase plugin to use utf8Lars Knoll2020-05-012-91/+25
* Always assume utf8 for the client connection with the mysql serverLars Knoll2020-05-011-74/+22
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-279-9/+10
* Fix compilation of thee OCI driverLars Knoll2020-04-241-1/+1
* CMake: Allow sqldriver plugins to be built as standaloneLeander Beernaert2020-04-241-0/+16
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-6/+6
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-6/+6
* | CMake: Add support for bundled SQLite libraryLeander Beernaert2020-03-253-7/+85
* | Fix warning in qsql_odbc.cpp when building with MSVC2017Mitch Curtis2020-03-201-1/+1
* | Remove QRegExp usage from the the OCI pluginLars Knoll2020-03-171-4/+8
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-0/+1
|\|
| * QMySQL: return QVariant::ByteArray for POINT columnChristian Ehrlicher2020-03-151-0/+1
* | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-1/+1
|\|
| * QtSql/ODBC: allow table names with unicode charsChristian Ehrlicher2020-03-071-1/+1
* | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+15
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-035-5/+5
|\|
| * SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-285-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-264-127/+81
|\|
| * QtSql: cleanup QSqlDriverPrivate and QSqlResultPrivateChristian Ehrlicher2020-02-194-127/+81
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-1310-11/+10
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-132-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\
| | * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
| * | QtSql: add missing key for MariaDBChristian Ehrlicher2020-02-021-1/+1
* | | CMake: Regenenerate projects where recent changes happenedAlexandru Croitor2020-02-111-8/+0
* | | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-109-36/+19
|\ \ \