Project

General

Profile

Commit » History » Version 2

Paula Gearon, 07/08/2008 06:18 AM

1 2 Paula Gearon
= Commit =
2 1 Paula Gearon
Commits all modifications contained in a transaction commenced by a `set autocommit off` command or a `commit` command. If the `autocommit` setting is on, then `commit` has no effect. The syntax is as follows:
3
{{{
4
commit;
5
}}}
6
----
7
8
Note - The commit command does not change the autocommit setting.