sql-parser-cst icon indicating copy to clipboard operation
sql-parser-cst copied to clipboard

Support JSON_OBJECT() in PostgreSQL

Open nene opened this issue 1 year ago • 0 comments

Currently the following produces a syntax error:

SELECT JSON_OBJECT(
  'key':'value',
  'key2':my_table.my_column
)

See also: https://github.com/sql-formatter-org/sql-formatter/issues/761

nene avatar Jul 24 '24 10:07 nene