X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fref-transaction.xml;h=5731c466da3783a0589683effe72f3d952c0d19c;hp=77a690d634dce6e84f1f4b8385c4633f1bee2135;hb=4413405fd38eaba7ba6d6d8b844fef118e326c9a;hpb=5edc92aee527621ed13245b5b7892e40c2cd443f diff --git a/doc/ref-transaction.xml b/doc/ref-transaction.xml index 77a690d..5731c46 100644 --- a/doc/ref-transaction.xml +++ b/doc/ref-transaction.xml @@ -16,13 +16,15 @@ transaction blocks, committing or rolling back changes made and controlling autocommit behaviour. - + + In contrast to &commonsql;, &clsql;, by default, starts in transaction AUTOCOMMIT mode (see set-autocommit). To begin a transaction in autocommit mode, start-transaction has to be called explicitly. + @@ -753,8 +755,9 @@ object. This will default to the value of *default-database*. - - body + + + body A body of Lisp code. @@ -767,7 +770,6 @@ The result of executing body. -