summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Fix compilation of thee OCI driverLars Knoll2020-04-241-1/+1
* Remove QRegExp usage from the the OCI pluginLars Knoll2020-03-171-4/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * SQL: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1