--- parser3/tests/results/388-sql.processed 2024/09/28 08:42:09 1.13 +++ parser3/tests/results/388-sql.processed 2024/12/12 20:30:36 1.18 @@ -1,13 +1,6 @@ -Content-Type: text/html -Content-Length: 4697 - - - - - - - - +Content-Type: text/html +Content-Length: 4662 + @@ -16,11 +9,11 @@ Content-Length: 4697 2. void - 2.0 + 2.1 - 2.1 + - 2.2 + 2.3 @@ -140,7 +133,7 @@ Content-Length: 4697 Exception type: sql.execute, Source: select * from pets, - Comment: only 2 columns allowed for $.type[string]. + Comment: only 2 columns allowed for $.type[string] 4.5. @@ -176,14 +169,14 @@ Content-Length: 4697 4.8 { "milk":[ - {"key":"milk","pet":"cat"} + {"id":"milk","pet":"cat"} ], "bone":[ - {"key":"bone","pet":"dog"} + {"id":"bone","pet":"dog"} ], "grain":[ - {"key":"grain","pet":"hamster"}, - {"key":"grain","pet":"parrot"} + {"id":"grain","pet":"hamster"}, + {"id":"grain","pet":"parrot"} ] } @@ -251,7 +244,7 @@ Content-Length: 4697 Exception type: sql.execute, Source: select * from pets, - Comment: result must contain not more then 3 columns + Comment: result must contain no more than 3 columns 6.4 @@ -261,21 +254,18 @@ Content-Length: 4697 Comment: produced no result - 6.5 - { - "class":"file", - "name":"1", - "size":1, - "mode":"binary", - "content-type":"1", - "text":"1" -} - bug! + 6.5 + + Exception type: sql.execute, + Source: select 1 from pets, + Comment: result must contain no more than 1 row + 6.6 Exception type: sql.execute, Source: select 1,2 from pets, - Comment: result must not contain more then one row, three columns + Comment: result must contain no more than 1 row 6.7 @@ -299,7 +289,7 @@ Content-Length: 4697 Exception type: sql.execute, Source: select pet from pets, - Comment: result must not contain more then one row + Comment: result must contain no more than one row 7.3