Changeset: 07c8fe72bef9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=07c8fe72bef9
Modified Files:
        monetdb5/extras/jaql/json.c
Branch: Oct2012
Log Message:

drop: fix error message


diffs (12 lines):

diff --git a/monetdb5/extras/jaql/json.c b/monetdb5/extras/jaql/json.c
--- a/monetdb5/extras/jaql/json.c
+++ b/monetdb5/extras/jaql/json.c
@@ -1053,7 +1053,7 @@ JSONdrop(int *ret, str *name)
        snprintf(buf, sizeof(buf), "json_%s_kind", *name);
        bid = BBPindex(buf);
        if (!bid)
-               throw(MAL, "json.store",
+               throw(MAL, "json.drop",
                                "no such JSON object with name: %s", *name);
 
        t = BBPquickdesc(ABS(bid), FALSE);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to