summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/odbc/qsql_odbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Logging: Add a macro for static logging categoryUlf Hermann26 hours1-1/+1
* SQL/ODBC: convert QVariant to QDateTime only onceChristian Ehrlicher2024-04-121-3/+4
* SQL/ODBC: Don't allow default argument for SqlStmtHandleChristian Ehrlicher2024-04-121-1/+1
* SQL/ODBC: QODBCDriver::record Unable to allocate handleMark Brand2024-04-051-1/+1
* SQL/ODBC: don't escape a driver stringChristian Ehrlicher2024-04-041-1/+1
* SQL/ODBC: don't create temporary QStringsChristian Ehrlicher2024-04-041-37/+35
* SQL/ODBC: use categorized loggerChristian Ehrlicher2024-04-041-2/+5
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-2/+0
* SQL/ODBC: sync usage of qSqlWarning()Christian Ehrlicher2024-03-101-40/+55
* SQL/ODBC: cache return value of SQLGetInfo(SQL_IDENTIFIER_CASE)Christian Ehrlicher2024-03-021-39/+33
* SQL/ODBC: escape values in connection stringChristian Ehrlicher2024-03-021-5/+17
* SQL/ODBC: use SQL_SUCCEEDED(r)Christian Ehrlicher2024-03-021-33/+33
* SQL/ODBC: Add helper class SqlStmtHandleChristian Ehrlicher2024-03-021-68/+68
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* SQL/ODBC: Remove code duplication - merge SQLFetch/SQLFetchScrollChristian Ehrlicher2024-02-091-41/+14
* SQL/ODBC: avoid code duplicationChristian Ehrlicher2024-02-091-40/+20
* SQL/ODBC: remove unneeded qMakeFieldInfo(... QString *errMsg)Christian Ehrlicher2024-02-091-19/+7
* QSQL/ODBC: fix regression (trailing NUL)Marc Mutz2023-03-211-2/+2
* SQL/ODBC: add another check to detect unicode availability in driverChristian Ehrlicher2023-03-121-1/+12
* SQL/ODBC: Return all native error codesChristian Ehrlicher2023-03-071-78/+76
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-3/+4
* SQL/ODBC: add handling for SQL_SS_TIME2Christian Ehrlicher2023-02-101-0/+6
* 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
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* QODBC: correctly fill cache when index() is calledChristian Ehrlicher2022-09-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-79/+81
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-16/+16
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-1/+1
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-2/+2
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-1/+2
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-12/+12
* Deprecate QVariant::TypeLars Knoll2020-10-231-37/+37
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-29/+29
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-2/+2
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-4/+5
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-6/+6
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-2/+2
* Fix warning in qsql_odbc.cpp when building with MSVC2017Mitch Curtis2020-03-201-1/+1
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-2/+2