summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/odbc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SQL: use QT_NO_CONTEXTLESS_CONNECT for sql pluginsChristian Ehrlicher2023-07-191-0/+1
* 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
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-6/+1
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-192-80/+84
* 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
* Build ODBC driver as universal binary on macOSTor Arne Vestbø2021-11-181-2/+0
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* Port some fallthrough comments to Q_FALLTHROUGHGiuseppe D'Angelo2021-06-131-2/+2
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+2
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-141-1/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-32/+0
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-12/+12