summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* CMake: Fix build of oci plugin on arm macOS with the classic linkerAlexandru Croitor2024-08-051-5/+0
* 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-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-172-0/+8
* 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
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-5/+0
* 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-142-2/+3
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* 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-192-58/+59
* 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
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* 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
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+2
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* 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-072-6/+6