--- parser3/tests/results/429-sql.processed 2024/09/30 19:16:41 1.2 +++ parser3/tests/results/429-sql.processed 2024/12/12 20:30:36 1.3 @@ -1,6 +1,6 @@ -Content-Type: text/html -Content-Length: 12640 - +Content-Type: text/html +Content-Length: 12634 + @@ -438,20 +438,20 @@ Content-Length: 12640 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 key, pet from pets, + Source: select weigth as id, pet from pets, Comment: duplicate key @@ -464,7 +464,7 @@ Content-Length: 12640 3.2.1 Exception type: sql.execute, - Source: select weigth as key, pet from pets, + Source: select weigth as id, pet from pets, Comment: duplicate key