summaryrefslogtreecommitdiff
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-131-0/+5
* SQL/MySQL: Fix retrieving a datetime for libmysql >= 8.0.27Christian Ehrlicher2023-02-101-9/+19
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-051-3/+8
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-251-14/+30
* Bump version to 6.4.3Jani Heikkinen2022-12-301-1/+1
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-1/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-182-22/+22
* Bump version to 6.4.2Jani Heikkinen2022-11-081-1/+1
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-142-2/+3
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-021-16/+11
* QODBC: correctly fill cache when index() is calledChristian Ehrlicher2022-09-281-1/+1
* Bump version to 6.4.1Jani Heikkinen2022-09-161-1/+1
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-191-0/+2
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1
* 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
* 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