--- parser3/tests/results/429-sql.processed 2024/09/30 16:40:32 1.1 +++ parser3/tests/results/429-sql.processed 2024/12/12 20:35:57 1.4 @@ -1,6 +1,6 @@ -Content-Type: text/html -Content-Length: 12144 - +Content-Type: text/html +Content-Length: 12639 + @@ -112,8 +112,18 @@ Content-Length: 12144 {"aggressive":"alwayws"} ] ] + + 2.9 + + Exception type: parser.runtime, + Source: sql, + Comment: called with invalid option + multi statements tests + 1.1 + [] + 1.2 [ [ @@ -428,16 +438,22 @@ Content-Length: 12144 3.1 { "1":[ - {"key":"1","pet":"hamster"}, - {"key":"1","pet":"parrot"} + {"id":"1","pet":"hamster"}, + {"id":"1","pet":"parrot"} ], "5":[ - {"key":"5","pet":"cat"} + {"id":"5","pet":"cat"} ], "10":[ - {"key":"10","pet":"dog"} + {"id":"10","pet":"dog"} ] } + 3.1.1 + + Exception type: sql.execute, + Source: select weigth as id, pet from pets, + Comment: duplicate key + 3.2 { @@ -445,6 +461,12 @@ Content-Length: 12144 "5":"cat", "10":"dog" } + 3.2.1 + + Exception type: sql.execute, + Source: select weigth as id, pet from pets, + Comment: duplicate key + @@ -493,7 +515,7 @@ Content-Length: 12144 3.6 Exception type: sql.execute, - Source: select weigth, * from pets, + Source: select weigth, pets.* from pets, Comment: only 2 columns allowed for $.type[string] and $.sparse(true) @@ -523,6 +545,20 @@ Content-Length: 12144 "pet":"dog" } } + + 3.10 + { + "1":true, + "5":true, + "10":true +} + + 3.11 + + Exception type: number.format, + Source: sqlite://****, + Comment: '-1' is out if range (negative) + @@ -531,6 +567,9 @@ Content-Length: 12144 multi statements tests + 1.1 + {} + 1.2 { "0":[