Changeset: bd22cd63cbb0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd22cd63cbb0 Modified Files: clients/src/mapiclient/Tests/mclient--help.stable.err clients/src/mapiclient/Tests/msqldump--help.stable.err Branch: default Log Message:
approved new "-N"/"--inserts" option of mclient & msqldump diffs (22 lines): diff -r f2e9a6738c49 -r bd22cd63cbb0 clients/src/mapiclient/Tests/mclient--help.stable.err --- a/clients/src/mapiclient/Tests/mclient--help.stable.err Mon Jan 10 08:52:46 2011 +0100 +++ b/clients/src/mapiclient/Tests/mclient--help.stable.err Mon Jan 10 08:53:44 2011 +0100 @@ -35,6 +35,7 @@ -r nr | --rows=nr for pagination -w nr | --width=nr for pagination -D | --dump create an SQL dump + -N | --inserts use INSERT INTO statements when dumping XQuery specific options -C colname | --collection=colname collection name diff -r f2e9a6738c49 -r bd22cd63cbb0 clients/src/mapiclient/Tests/msqldump--help.stable.err --- a/clients/src/mapiclient/Tests/msqldump--help.stable.err Mon Jan 10 08:52:46 2011 +0100 +++ b/clients/src/mapiclient/Tests/msqldump--help.stable.err Mon Jan 10 08:53:44 2011 +0100 @@ -18,6 +18,7 @@ -d database | --database=database database to connect to -f | --functions dump functions -D | --describe describe database + -N | --inserts use INSERT INTO statements -q | --quiet don't print welcome message -t | --trace trace mapi network interaction -? | --help show this usage message _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
