Garry's Mod Wiki

sql.Commit

  sql.Commit()

Description

Tells the engine to execute a series of queries queued for execution, must be preceded by sql.Begin.

This is equivalent to sql.Query( "COMMIT;" ).