Garry's Mod Wiki

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>&amp;lt;br&amp;gt; Tells the engine to execute a series of queries queued for execution, must be preceded by <page>sql.Begin</page>&lt;br&gt; This is equivalent to ``` sql.Query("COMMIT") ``` </description> <realm>Shared and Menu</realm> </function>