Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Enclosing IF statement with backticks #6

@carlosoyo

Description

@carlosoyo

For some reason, the formatter is adding backticks around IF statements.

Example:

SELECT IF(x = 1, 1, 0) AS sample
FROM table

turns into

SELECT
  `IF`(x = 1, 1, 0) AS sample
FROM
  table;

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