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

Transactions may not work when using the QOCI driver

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes