Changeset: f2c72f224751 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f2c72f224751
Modified Files:
sql/backends/monet5/sql.c
Branch: nested
Log Message:
uncomment stripping quotes
diffs (16 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
@@ -5875,9 +5875,9 @@ insert_json_object(char **msg, JSON *js,
case JSON_VALUE:
break;
case JSON_STRING:
- //jt->value ++;
- //jt->valuelen --;
- //jt->valuelen --;
+ jt->value ++;
+ jt->valuelen --;
+ jt->valuelen --;
/* fall through */
case JSON_NUMBER:
case JSON_BOOL:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]