Fix compilation of OCI driver
Add missing feature enum in switch statement to avoid warning that would lead to compilation error when compiled with -Wall. Task-number: QTBUG-34794 Change-Id: Ia2f70f27ecbb7a7dfc9d36d261103ff49b6c5e4b [ChangeLog][QtSql][QOCI] Fix compilation Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
parent
4f28464ab7
commit
1c47627aa0
@ -2159,6 +2159,7 @@ bool QOCIDriver::hasFeature(DriverFeature f) const
|
||||
case SimpleLocking:
|
||||
case EventNotifications:
|
||||
case FinishQuery:
|
||||
case CancelQuery:
|
||||
case MultipleResultSets:
|
||||
return false;
|
||||
case Unicode:
|
||||
|
Loading…
Reference in New Issue
Block a user