Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.4
-
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
- relates to
-
QTBUG-18272 Transactions in sql Oracle driver are not working
-
- Open
-