summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't unconditionally enable the ASM languageJoerg Bornemann2025-05-021-1/+1
* SQL/MySQL: adjust check for MariaDB client libraryChristian Ehrlicher2025-05-011-4/+4
* SQL/MySQL: Add milliseconds in formatValue()Christian Ehrlicher2025-04-231-1/+1
* SQL/OCI: do not shadow QSqlCachedResultPrivate::sqlChristian Ehrlicher2025-04-232-56/+54
* SQL/OCI: Fix usage of QOCIResult::d_ptrChristian Ehrlicher2025-04-232-2/+2
* SQL/MySQL: use utc datetime in formatValue()Christian Ehrlicher2025-03-311-1/+1
* Check the PROJECT_NAME more thoroughlyCristian Le2025-02-141-1/+1
* SQL/PSQL: use a QByteArray for preparedStmtIdChristian Ehrlicher2025-01-291-10/+9
* SQL/PSQL: slight improvement in codeThierry Bastian2025-01-281-3/+6
* SQL/PSQL: Avoid copies of data in QByteArray when binding such a valueThierry Bastian2025-01-281-22/+33
* SQL/PSQL: call deallocatePreparedStmt() unconditionallyChristian Ehrlicher2025-01-271-5/+3
* Add support for PostgreSQL prepared statements with pgBouncerThierry Bastian2025-01-232-42/+70
* SQL/ODBC: escape values in connection stringChristian Ehrlicher2025-01-221-16/+7
* SQL/PSQL: add full support for uuid column typeChristian Ehrlicher2024-12-181-0/+7
* Bump version to 6.10.0Jani Heikkinen2024-12-131-1/+1
* Replace a few toString() or fromUtf8() QString::arg() parametersMarc Mutz2024-12-031-1/+1
* CMake: Fix standalone build of sqldrivers with SBOMAlexandru Croitor2024-12-031-3/+5
* SQL/Mimer: simplify uuid conversionChristian Ehrlicher2024-11-051-4/+3
* SQL/PostgreSQL: fix comment for formatting QDateTimeChristian Ehrlicher2024-10-231-3/+3
* SQL/PostgreSQL: fix parsing timestamptz return valuesChristian Ehrlicher2024-10-171-6/+7
* SQL/Firebird: Fix interpretation of time stamp with timezoneAndreas Bacher2024-09-121-3/+7
* SQL/plugins: Fix configure options '-sql-<foo>'Christian Ehrlicher2024-08-261-8/+0
* SQL/OCI: misc cleanupChristian Ehrlicher2024-08-251-46/+34
* SQL/OCI: use OCIBindByPos2 instead OCIBindByPosChristian Ehrlicher2024-08-251-61/+61
* SQL/OCI: Compile with MSVC/64bitChristian Ehrlicher2024-08-221-21/+21
* Check the PROJECT_NAME when attempt to build sql driversAlexey Edelev2024-08-201-1/+1
* SQL/ODBC: Fix calling SQLGetData() for old driversChristian Ehrlicher2024-08-101-5/+4
* CMake: Fix build of oci plugin on arm macOS with the classic linkerAlexandru Croitor2024-08-051-5/+0
* SQL/IBase: Don't let open() fail when lastError() is setChristian Ehrlicher2024-07-181-5/+0
* SQL/MySQL: honor schema when retrieving table recordChristian Ehrlicher2024-07-181-1/+2
* Add copyright and license information to CMakeLists.txt missing itLucie Gérard2024-07-081-0/+2
* SQL/ODBC: ignore empty connect optionsChristian Ehrlicher2024-07-041-1/+1
* SQL/ODBC: properly set SQL_ATTR_CURSOR_SCROLLABLEChristian Ehrlicher2024-07-041-15/+15
* SQL/SQLite: add check for localtime_r/localtime_sChristian Ehrlicher2024-07-011-0/+10
* OCI: misc code tidies and fixesDennis Oberst2024-06-282-19/+23
* OCI: allow accessing results of PL/SQL procedure calls returning a REF CURSORVolker Hilsheimer2024-06-192-48/+83
* Straighten out various logging categoriesUlf Hermann2024-06-195-5/+5
* CMake: Add a way to use system/bundled 3rdparty libs in bulkJoerg Bornemann2024-06-181-1/+1
* CMake: Annotate some targets with SBOM informationAlexandru Croitor2024-06-131-0/+2
* SQL/IBase: simplify date/time conversionChristian Ehrlicher2024-06-121-46/+24
* SQL/IBase: Fix some translatable messagesFriedemann Kleint2024-06-101-2/+2
* SQL/IBase: code cleanup part 5/5Christian Ehrlicher2024-06-071-9/+14
* 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