summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
...
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-081-0/+33
* QIbaseResult: null parameter follow up fixAxel Spoerl2023-07-051-2/+5
* QIbaseResult: qWarning, when disallowed null parameter becomes zeroAxel Spoerl2023-07-041-0/+3
* QtVFS: Attempt to fix compilation error on YoctoFabian Kosmale2023-07-041-1/+1
* Say hello to QtVFS for SQLite3BogDan Vatra2023-07-025-1/+283
* Bump version to 6.7.0Jani Heikkinen2023-06-121-1/+1
* Mimer SQL driver plugin: Reduce repetitive error messagesFriedemann Kleint2023-06-081-99/+45
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-7/+0
* SQL: replace qPrintable() / toLocal8Bit() with unicode versionsChristian Ehrlicher2023-04-183-17/+19
* SQL/MySQL: properly initialize variableChristian Ehrlicher2023-04-111-3/+3
* SQL/IBASE: Always escape the table names when creating the SQL statementChristian Ehrlicher2023-04-071-11/+2
* SQL/MySQL: add option MYSQL_OPT_TLS_VERSION & MYSQL_OPT_SSL_MODEChristian Ehrlicher2023-04-061-0/+27
* SQL/PSQL: remove non utf-8 supportChristian Ehrlicher2023-04-051-14/+14
* SQL/IBASE: Time Zone support (firebird 4.x)Andreas Bacher2023-03-241-9/+126
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-211-2/+2
* SQL/IBASE: fix testsChristian Ehrlicher2023-03-171-7/+0
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-172-0/+8
* SQL/IBASE: misc cleanupChristian Ehrlicher2023-03-171-54/+45
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-121-2/+28
* SQL/ODBC: add another check to detect unicode availability in driverChristian Ehrlicher2023-03-121-1/+12
* SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.xChristian Ehrlicher2023-03-121-2/+5
* SQL/OCI: Compile with QT_NO_CAST_FROM_ASCIIChristian Ehrlicher2023-03-121-1/+1
* SQL/ODBC: Return all native error codesChristian Ehrlicher2023-03-071-78/+76
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-286-8/+9
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-271-2/+11
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* A QtSql driver for Mimer SQLFredrik Ă…lund2023-02-209-0/+1782
* ODBC/MySQL: fix compilation with MySQL < 5.7.9Christian Ehrlicher2023-02-121-0/+5
* SQL/MySQL: add options to explicitly specify the protocol typeChristian Ehrlicher2023-02-121-0/+20
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-107-39/+2
* 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/DB2: apply misc changesChristian Ehrlicher2023-02-081-42/+39
* ODBC/SQL: Fix usage of SQLGetDataChristian Ehrlicher2023-02-071-94/+49
* SQL/ODBC: optimize QVarLengthArray usageChristian Ehrlicher2023-02-071-23/+16
* SQL/ODBC: misc cleanup for fromSQLTCHAR()Christian Ehrlicher2023-02-071-19/+13
* SQL/ODBC: Pass correct length to SQLColAttribute()Christian Ehrlicher2023-02-041-3/+8
* SQL/ODBC: misc cleanupChristian Ehrlicher2023-02-041-56/+49
* SQL/ODBC: optimize toSQLTCHAR() - avoid an unneeded copyChristian Ehrlicher2023-02-041-27/+16
* 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
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-1/+1
* DB2: Fix typo in QMetaTypeHannah von Reth2022-12-291-1/+1
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-221-9/+18
* SQL: remove unneeded CMake commands - these plugins were removed in Qt6Christian Ehrlicher2022-12-191-8/+0
* SQL/OCI: replace deprecated QDateTime() ctorChristian Ehrlicher2022-12-191-1/+1
* Bump version to 6.6.0Jani Heikkinen2022-12-141-1/+1
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1