--- parser3/tests/results/388-sql.processed 2024/09/28 08:42:09 1.13 +++ parser3/tests/results/388-sql.processed 2024/09/28 19:45:17 1.16 @@ -1,12 +1,5 @@ Content-Type: text/html -Content-Length: 4697 - - - - - - - +Content-Length: 4667 @@ -16,11 +9,11 @@ Content-Length: 4697 2. void - 2.0 + 2.1 - 2.1 + - 2.2 + 2.3 @@ -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