Skip to content

[Q][Proposal] allow for interpolation #62

@dkuku

Description

@dkuku

This is not in sql standard but some libraries are using {{ abc }} for interpolation
currently this works like this:

SELECT
  {{abc}},
FROM
  table_name

becomes:

SELECT
  { { abc } },
FROM
  table_name

Would you accept handling this, maybe as an option ?

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