--- parser3/tests/results/388-sql.processed 2019/09/11 15:39:29 1.4 +++ parser3/tests/results/388-sql.processed 2019/10/24 15:14:56 1.7 @@ -1,9 +1,9 @@ Content-Type: text/html -Content-Length: 2939 +Content-Length: 3180 1. 2 + 2 = 4 2. void -2.1 2.2 2.3 Type: sql.execute, +2.0 2.1 2.2 2.3 Type: sql.execute, Source: select * from pets, Comment: must return nothing 2.4 Type: parser.runtime, @@ -12,6 +12,9 @@ Comment: called with invalid option 2.5 Type: sql.execute, Source: query, Comment: bind variables not supported yet +2.6 Multiple queries: 2.7 Exception in second query: Type: sql.execute, +Source: delete from pets where pet='' ; select 2+2 , +Comment: must return nothing 3. int/double 3.1 2 int 3.2 Type: parser.runtime, @@ -65,6 +68,9 @@ Comment: only 2 columns allowed for $.ty {"pet":"dog","food":"bone","aggressive":"\"never\"","weigth":"10"} ] } +4.6 Type: sql.execute, +Source: select 'dup', pet from pets, +Comment: duplicate key 5. table 5.1 [ {"pet":"cat","food":"milk","aggressive":"'very'","weigth":"5"},