Changeset: 7b85529051e1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7b85529051e1
Modified Files:
        
Branch: default
Log Message:

Merged from Oct2010


diffs (16 lines):

diff -r c7edd7afe97f -r 7b85529051e1 clients/src/mapiclient/mclient.c
--- a/clients/src/mapiclient/mclient.c  Tue Sep 28 16:45:09 2010 +0200
+++ b/clients/src/mapiclient/mclient.c  Tue Sep 28 17:35:55 2010 +0200
@@ -1365,7 +1365,11 @@
        do {
                /* handle errors first */
                if ((reply = mapi_result_error(hdl)) != NULL) {
-                       mapi_explain_result(hdl, stderr);
+                       if (formatter == TABLEformatter) {
+                               mnstr_printf(toConsole, "%s", reply);
+                       } else {
+                               mapi_explain_result(hdl, stderr);
+                       }
                        errseen = 1;
                        /* don't need to print something like '0
                         * tuples' if we got an error */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to