Skip to content

Support JSON_OBJECT() in PostgreSQL #84

@nene

Description

@nene

Currently the following produces a syntax error:

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

See also: sql-formatter-org/sql-formatter#761

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions