summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
...
* SQL/IBase: code cleanup part 4/5Christian Ehrlicher2024-06-071-24/+20
* SQL/IBase: code cleanup part 3/5Christian Ehrlicher2024-06-071-12/+15
* SQL/IBase: code cleanup part 2/5Christian Ehrlicher2024-06-071-7/+10
* SQL/IBase: code cleanup part 1/5Christian Ehrlicher2024-06-071-58/+60
* SQL/IBase: cache return value of record()Christian Ehrlicher2024-06-051-6/+9
* SQL/IBase use QT_USE_MSVC_INT128Christian Ehrlicher2024-06-051-1/+1
* Logging: Add a macro for static logging categoryUlf Hermann2024-06-052-2/+2
* SQL/IBase: add partial support for SQL_INT128 datatypeChristian Ehrlicher2024-06-051-0/+4
* Bump version to 6.9.0Jani Heikkinen2024-06-051-1/+1
* SQL/IBase: add partial support for SQL_INT128 datatypeChristian Ehrlicher2024-05-251-21/+71
* SQL/IBase: factor out setting numeric valuesChristian Ehrlicher2024-05-251-20/+17
* SQL/IBase: don't let open() fail when no timezones are availableChristian Ehrlicher2024-05-231-11/+4
* QSql/IBase: fix compilationChristian Ehrlicher2024-05-021-0/+1
* SQL/IBase: factor out applying decimal scale into own functionChristian Ehrlicher2024-04-271-37/+51
* 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