summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
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-127-10/+10
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-2/+2
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* Close leak of QOCIDateTime objectEdward Welbourne2021-12-021-0/+1
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Build ODBC driver as universal binary on macOSTor Arne Vestbø2021-11-181-2/+0
* Build PostgreSQL driver as universal binary on macOSTor Arne Vestbø2021-11-151-2/+0
* Disable some tools and plugins if regularexpression feature is disabledMitch Curtis2021-11-121-1/+1
* configure: Remove declaration of the MYSQL_PATH variableJoerg Bornemann2021-11-011-1/+0
* MySQL: only set the charset if the connection has succeededThiago Macieira2021-10-191-13/+14
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-191-2/+2
* sqldrivers: Fix typo in error messageJonas Kvinge2021-10-181-1/+1
* 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