ExecQuery with a DML statement with THEN RETURN in AutoCommit=true mode uses read-only transaction #235
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Calling
ExecQuery
(or similar) with a DML statement that contains aTHEN RETURN
clause while the connection is in auto-commit mode, causes the driver to try to execute the DML statement using a read-only transaction.The text was updated successfully, but these errors were encountered: