summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-231-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-231-11/+21
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-271-3/+0
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-247-9/+9
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-101-0/+11
* Fix compilation of ibase sqldriver plugin, added overrideAndreas Buhr2021-02-011-1/+1
* ibase: Fix the compilation and include it again so it can be detectedAndy Shaw2021-01-264-19/+36
* Add upstream version of FindPostgreSQL.cmakeAlexey Edelev2021-01-261-3/+0
* QSql/PostgreSQL: allow blobs with more than 2^30 bytesChristian Ehrlicher2021-01-251-2/+2
* Fix separately building SQL plugins with CMake 3.16Joerg Bornemann2021-01-211-1/+3
* Interbase: Don't error out if closing an already closed cursorAndy Shaw2021-01-141-1/+7
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-1/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-124-157/+0
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-111-0/+4
* Bump versionPaul Wicking2021-01-111-1/+1
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* Remove the qmake project filesJoerg Bornemann2021-01-0710-198/+0
* 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
* sqlite: Replace NULL by nullptrFriedemann Kleint2020-12-211-6/+7
* sqlite: Fix MSVC integer conversion warningsFriedemann Kleint2020-12-211-6/+11
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* Reduce the scope of variables in exec() and fetchNext()Zou Ya2020-11-262-7/+3
* Reduce the scope of variables in bindInValues()Huang Jie2020-11-241-4/+3
* 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