Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-4320

QSql handle() to Service Context in Oracle Driver

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P2: Important
    • Some future release
    • 4.5.2
    • SQL Support
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mabrand Mark Brand
            janichol Andy Nichols
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes