Revision Difference
sql.Commit#518054
<function name="Commit" parent="sql" type="libraryfunc">
<description>
Tells the engine to execute a series of queries queued for execution, must be preceded by <page>sql.Begin</page>&lt;br&gt;
Tells the engine to execute a series of queries queued for execution, must be preceded by <page>sql.Begin</page><br>
This is equivalent to
```
sql.Query("COMMIT")
```
</description>
<realm>Shared and Menu</realm>
</function>