summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Interbase: Don't error out if closing an already closed cursorAndy Shaw2021-01-141-1/+7
* Bump versionPaul Wicking2021-01-051-1/+1
* CMake: Fix error and print summary for standalone building sqldriversLi Xinwei2021-01-041-0/+7
* fix potential mem leak on connection lostMatthias Möller2020-12-301-15/+12
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* Adjust code format, add space after 'if'Zhang Sheng2020-11-166-28/+28
* Deprecate QVariant::TypeLars Knoll2020-10-235-325/+322
* Cleanup remaining QVariant::Type uses in Qt SqlLars Knoll2020-10-171-23/+23
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-077-17/+17
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-236-22/+22
* 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
|\|