Changeset: 0d86a048c454 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0d86a048c454
Modified Files:
        sql/test/Tests/systemfunctions.stable.out
Branch: default
Log Message:

Approve output


diffs (13 lines):

diff --git a/sql/test/Tests/systemfunctions.stable.out 
b/sql/test/Tests/systemfunctions.stable.out
--- a/sql/test/Tests/systemfunctions.stable.out
+++ b/sql/test/Tests/systemfunctions.stable.out
@@ -248,6 +248,9 @@ Ready.
 [ "sys",       "json_path",    0,      "json", "-- a simple path 
extractor\ncreate function sys.json_path(js json, e string)\nreturns json 
external name json.path;"   ]
 [ "sys",       "json_path",    1,      "json", ""      ]
 [ "sys",       "json_path",    2,      "clob", ""      ]
+[ "sys",       "json_text",    0,      "clob", "-- a simple path extractor as 
plain text\ncreate function sys.json_text(js json, e string)\nreturns string 
external name json.text;"   ]
+[ "sys",       "json_text",    1,      "json", ""      ]
+[ "sys",       "json_text",    2,      "clob", ""      ]
 [ "sys",       "length",       0,      "double",       "create function 
length(g geometry) returns float external name geom.\"Length\";"       ]
 [ "sys",       "length",       1,      "geometry",     ""      ]
 [ "sys",       "like", 0,      "clob", "create filter function \"like\"(val 
string, pat string, esc string) external name algebra.likesubselect;"      ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to