summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-132-2/+2
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-4/+2
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-4/+4
* | Regenerate src/*Alexandru Croitor2019-11-141-2/+2
* | Regenerate sqldrivers pluginsAlexandru Croitor2019-10-081-1/+0
* | cmake: Enable building of the oci pluginVille Voutilainen2019-09-051-0/+35
|/
* 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
|\
| * OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+9
|\|
| * OCI: Clear the cache in the result for a forward only queryAndy Shaw2017-10-031-0/+9
* | OCI: Use TIMESTAMP for datetime dataAndy Shaw2017-10-101-85/+122
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-23/+23
|/
* QOCIDriver: Ensure the where clause is correctly setupAndy Shaw2017-01-051-3/+3
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-5/+2
* Always compile sql drivers as pluginsLars Knoll2016-04-074-3/+2842
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rename the SQL driver header files to _p.h (make private)Thiago Macieira2013-02-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove QFactoryInterface from sql driversLars Knoll2012-06-071-9/+0