summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* SQL/PostgreSQL: use categorized loggerChristian Ehrlicher3 days1-22/+26
* SQL/PostgreSQL: Make sure the server returns datetime in UTCChristian Ehrlicher3 days1-3/+17
* SQL/PostgreSQL: cleanup usage of QT_CONFIG(datestring)Christian Ehrlicher4 days1-24/+15
* SQL/MySQL: pass UTC date/time stamps to the serverThiago Macieira4 days1-4/+25
* SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()Thiago Macieira4 days1-33/+25
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher8 days8-12/+0
* SQL/MySQL: retrieve default column value for QSqlDatabase::record()Christian Ehrlicher8 days1-1/+28
* SQL/ODBC: sync usage of qSqlWarning()Christian Ehrlicher8 days1-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
* 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