summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/oci/qsql_oci.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-191-11/+11
|/
* QOCIDriver: Ensure the where clause is correctly setupAndy Shaw2017-01-051-3/+3
* Always compile sql drivers as pluginsLars Knoll2016-04-071-0/+2725