summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci/qsql_oci.cpp
Commit message (Expand)AuthorAgeFilesLines
* SQL/OCI: do not shadow QSqlCachedResultPrivate::sqlChristian Ehrlicher2025-04-231-54/+54
* SQL/OCI: Fix usage of QOCIResult::d_ptrChristian Ehrlicher2025-04-231-1/+2
* 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
* OCI: misc code tidies and fixesDennis Oberst2024-06-281-3/+4
* OCI: allow accessing results of PL/SQL procedure calls returning a REF CURSORVolker Hilsheimer2024-06-191-48/+53
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* SQL/OCI: use categorized loggerChristian Ehrlicher2024-04-121-40/+38
* QOCICols: fix warning for -Wdangling-referenceDennis Oberst2024-04-111-1/+1
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-1/+0
* SQL/OCI: fix QOCIDriver::formatValue()Christian Ehrlicher2024-02-091-1/+1
* SQL plugins: add moc includesChristian Ehrlicher2023-07-191-0/+2
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-7/+0
* SQL/OCI: add maximumIdentifierLength()Christian Ehrlicher2023-03-171-0/+7
* SQL/OCI: Compile with QT_NO_CAST_FROM_ASCIIChristian Ehrlicher2023-03-121-1/+1
* SQL: small optimization for SQLDriver::escapeIdentifier()Christian Ehrlicher2023-02-281-1/+1
* SQL/OCI: use QDateTime::toString("ttt")Christian Ehrlicher2023-02-281-10/+1
* SQL/OCI: Correctly calculate utc offset string when icu is not availableChristian Ehrlicher2023-02-271-2/+11
* SQL/OCI: Fix QSQLDriver::record() when tablename is a synonymChristian Ehrlicher2023-02-221-3/+2
* Support connecting Oracle DB as system userJohannes Oikarinen2022-12-221-9/+18
* SQL/OCI: replace deprecated QDateTime() ctorChristian Ehrlicher2022-12-191-1/+1
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-141-1/+2
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Sql: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-191-2/+2
* Sql: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-191-57/+56
* Sql: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-191-30/+29
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-121-3/+3
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* Close leak of QOCIDateTime objectEdward Welbourne2021-12-021-0/+1
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* Tidy up in OCI driver codeEdward Welbourne2021-06-221-36/+42
* Move tidy-up of private to its own destructorEdward Welbourne2021-06-221-8/+4
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-221-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-3/+3
* Deprecate QVariant::TypeLars Knoll2020-10-231-173/+171
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-3/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-21/+21
* Fix compilation of thee OCI driverLars Knoll2020-04-241-1/+1
* Remove QRegExp usage from the the OCI pluginLars Knoll2020-03-171-4/+8
* SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3
* SQL plugins: Fix warnings about deprecated constructor of QSqlErrorFriedemann Kleint2018-01-101-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\