summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* wasm: enable sql/sqlite for non threaded buildsLorn Potter2022-07-051-0/+5
* Fix typos in docs and commentsKai Köhne2022-06-153-3/+3
* Bump version to 6.5.0Jani Heikkinen2022-06-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1621-798/+42
* Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"Thiago Macieira2022-05-121-7/+3
* QSQLiteDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* QMYSQLDriverPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-194-8/+8
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-1914-286/+305
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-197-146/+146
* qsql_ibase: fix includesShawn Rutledge2022-03-211-13/+14
* Sql: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
* 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