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

Transactions may not work when using the QOCI driver

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.3.4
    • SQL Support
    • None

    Description

      Transactions may not work when using the QOCI driver, depending on when the QSqlQuery instance used is created. If the instance is created before the transaction() call, all statements executed by the QSqlQuery instance are commited immediately and are not kept pending until the commit or revert. If transaction() is called before creating the QSqlQuery instance then things work fine.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              admin Administrator
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes