Changeset: c6d12eee533d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c6d12eee533d Branch: tvtree Log Message:
merged with nested diffs (12 lines): diff --git a/sql/backends/monet5/sql_result.c b/sql/backends/monet5/sql_result.c --- a/sql/backends/monet5/sql_result.c +++ b/sql/backends/monet5/sql_result.c @@ -2336,7 +2336,7 @@ ARRAYparser(char **S, Column *cols, int if (!s || s[0] != '}') throw(SQL, "SQLfrom_varchar", SQLSTATE(42000) "missing } at end of array value"); *elm = i; - *S = s; + *S = ++s; return msg; } _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org