Changeset: 572a5934dbc5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=572a5934dbc5
Modified Files:
        clients/mapiclient/mhelp.c
Branch: Oct2020
Log Message:

Improve syntax for START TRANSACTION, the transactionmode is optional.
Also corrected invalid URL to documentation page


diffs (15 lines):

diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -524,9 +524,9 @@ SQLhelp sqlhelp1[] = {
         NULL},
        {"START TRANSACTION",
         "Change transaction mode from auto-commit to user controlled 
commit/rollback",
-        "{ START | BEGIN } TRANSACTION transactionmode",
+        "{ START | BEGIN } TRANSACTION [ transactionmode ]",
         "transactionmode",
-        "See also 
https://www.monetdb.org/Documentation/Manuals/SQLreference/Transactions"},
+        "See also 
https://www.monetdb.org/Documentation/SQLreference/Transactions"},
        {"TABLE JOINS",
         "",
         "'(' joined_table ') |\n"
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to