--- parser3/tests/results/388-sql.processed 2024/09/28 14:03:22 1.15 +++ parser3/tests/results/388-sql.processed 2024/12/12 20:30:36 1.18 @@ -1,6 +1,6 @@ -Content-Type: text/html -Content-Length: 4668 - +Content-Type: text/html +Content-Length: 4662 + @@ -133,7 +133,7 @@ Content-Length: 4668 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. @@ -169,14 +169,14 @@ Content-Length: 4668 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"} ] } @@ -289,7 +289,7 @@ Content-Length: 4668 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