summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* Compile autotests for IntegrityTatiana Borisova2021-09-201-3/+4
* MySQL: pedantism: create and destroy the MYSQL_TIME typeThiago Macieira2021-08-181-3/+7
* MySQL: implement binding output (SELECT) results to MYSQL_TIMEThiago Macieira2021-08-181-0/+23
* MySQL: don't allocate 1-byte buffers for BLOBsThiago Macieira2021-08-171-1/+1
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-08-171-14/+13
* MySQL: remove left-over charset-setting codeThiago Macieira2021-08-171-7/+0
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: don't format QDateTime with timezonesThiago Macieira2021-08-101-0/+14
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-067-7/+7
* CMake: Bump project versionsAlexandru Croitor2021-08-021-1/+1
* Tidy up in OCI driver codeEdward Welbourne2021-06-221-36/+42
* Move tidy-up of private to its own destructorEdward Welbourne2021-06-221-8/+4
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-221-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* Remove old configure-related filesJoerg Bornemann2021-06-182-278/+0
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-132-3/+3
* 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
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-081-3/+0
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-017-0/+16
* QSql/MariaDB/MySQL: use utf-8 as encoding for username and passwordChristian Ehrlicher2021-03-191-29/+20
* QSql/MariaDB/MySQL: misc cleanupChristian Ehrlicher2021-03-081-24/+16
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-247-9/+9
* Add some special case markers that seem to have been neglectedEdward Welbourne2021-02-152-2/+79
* Fix compilation of the QPSQLDriverPlugin plugin with enabled PCHAlexey Edelev2021-02-091-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