Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.5.2
-
None
Description
Now you can get the OCIEnv* or OCIStmt* handles. However, what I need for OCI functions such as OCIBreak() is the Service Context, OCISvcCtx. I see it as a data member in the OCIDriverPrivate and OCIResultPrivate, and used in many places around the OCI driver, yet it is not made available outside the driver's private code. Please, bear in mind that tje OCISvcCtx is used in many functions across the Oracle's OCI, and barely having the OCIEnv and OCIStmt handles does not allow for much...
What I would like to request is that somehow the QSqlDriver::handle() or SomethingQSqlPublic:: handle() returns the OCISvcCtx, and makes it available to the programmers.