Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
When executing a stored prucedure using the SELECT syntax changes done by the procedure is not automatically committed.
Workaround: call query.next() after executing the SELECT statement, or use the EXECUTE PROCEDURE syntax.