summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher2024-04-261-1/+6
* SQL/ODBC: convert QVariant to QDateTime only onceChristian Ehrlicher2024-04-121-3/+4
* SQL/IBase: use categorized loggerChristian Ehrlicher2024-04-121-20/+23
* SQL/OCI: use categorized loggerChristian Ehrlicher2024-04-121-40/+38
* SQL/Mimer: use categorized loggerChristian Ehrlicher2024-04-121-3/+6
* SQL/ODBC: Don't allow default argument for SqlStmtHandleChristian Ehrlicher2024-04-121-1/+1
* QOCICols: fix warning for -Wdangling-referenceDennis Oberst2024-04-111-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/SQLite: use categorized loggerChristian Ehrlicher2024-04-041-6/+11
* SQL/MySQL: use categorized loggerChristian Ehrlicher2024-04-041-18/+27
* SQL/ODBC: use categorized loggerChristian Ehrlicher2024-04-041-2/+5
* Invalid cast when setting parameter index in MimerGet/SetXXXFredrik Ålund2024-04-031-22/+22
* Fix data() with long datatype for Mimer SQLFredrik Ålund2024-04-031-1/+1
* configure: Fix -system-zlib and -system-sqlite optionsJoerg Bornemann2024-03-271-1/+1
* SQL/PostgreSQL: use categorized loggerChristian Ehrlicher2024-03-161-22/+26
* SQL/PostgreSQL: Make sure the server returns datetime in UTCChristian Ehrlicher2024-03-161-3/+17
* SQL/PostgreSQL: cleanup usage of QT_CONFIG(datestring)Christian Ehrlicher2024-03-151-24/+15
* SQL/MySQL: pass UTC date/time stamps to the serverThiago Macieira2024-03-141-4/+25
* SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()Thiago Macieira2024-03-141-33/+25
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-108-12/+0
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher2024-03-101-1/+28
* SQL/ODBC: sync usage of qSqlWarning()Christian Ehrlicher2024-03-101-40/+55
* SQL/SQLite: Silence warning "Unsupported option ''"Friedemann Kleint2024-03-021-1/+1
* 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/SQLite: handle option SQLITE_OPEN_NOFOLLOWChristian Ehrlicher2024-02-261-0/+12
* 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/OCI: fix QOCIDriver::formatValue()Christian Ehrlicher2024-02-091-1/+1
* Override detection of OS for sqlite3Michał Łoś2024-02-081-0/+5
* CMake: Simplify default CMAKE_BUILD_TYPE logicAlexandru Croitor2024-01-261-2/+2
* CMake: Fix sqldrivers project to allow building as Debug MSVC configAlexandru Croitor2024-01-231-0/+8
* SQL/MySQL: Fix compilation with MySQL 8.3Christian Ehrlicher2024-01-221-17/+11
* Bump version to 6.8.0Jani Heikkinen2023-12-111-1/+1
* Fix datatype mappings for the Mimer SQL QtSql pluginFredrik Ålund2023-10-251-15/+22
* SQL/PostgreSQL: misc cleanupChristian Ehrlicher2023-10-061-13/+11
* SQLite: Handle identifiers correctlyPo-Hao Su2023-09-282-78/+110
* SQL/SQLite: fix compilation with SQLite < 3.40.0Christian Ehrlicher2023-08-311-0/+3
* Mimer SQL driver plugin: Fix messagesFriedemann Kleint2023-08-221-1/+2
* SQL/PSQL: Handle jsonb operators in prepared queriesChristian Ehrlicher2023-07-231-2/+2
* SQL: use QT_NO_CONTEXTLESS_CONNECT for sql pluginsChristian Ehrlicher2023-07-196-0/+6
* SQL plugins: add moc includesChristian Ehrlicher2023-07-195-0/+10
* 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