Revision Difference
sql.Begin#512869
<function name="Begin" parent="sql" type="libraryfunc">⤶
<description>⤶
Tells the engine a set of queries is coming. Will wait until <page>sql.Commit</page> is called to run them.&lt;br&gt;⤶
This is most useful when you run more than 100+ queries.&lt;br&gt;⤶
This is equivalent to ⤶
```⤶
sql.Query("BEGIN")⤶
```⤶
⤶
</description>⤶
<realm>Shared and Menu</realm>⤶
</function>⤶
⤶