Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.35.0
Description
The following expression "json_array()" is compiled by the SqlOperatorTest into the following query:
select json_array() from (values (1)) as t(p0)
Parsing and unparsing this query generates the following incorrect SQL:
SELECT JSON_ARRAY(ABSENT ON NULL) FROM (VALUES ROW(1)) AS "T" ("P0")
Attachments
Issue Links
- links to