Changeset: c1a3530fda13 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c1a3530fda13
Modified Files:
sql/backends/monet5/sql.c
Branch: nested
Log Message:
add comment
diffs (12 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -5886,7 +5886,7 @@ SQLfrom_varchar(Client cntxt, MalBlkPtr
goto bailout;
}
- JSON *js = JSONparse(s);
+ JSON *js = JSONparse(s); /* TODO: this should parse { 1, 2,3 } and {
(1,"string"), (2,"str2") } */
if (!js) /* TODO output parser error ?? */
goto bailout;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]