Open dkuku opened 1 week ago
This is not in sql standard but some libraries are using {{ abc }} for interpolation currently this works like this:
{{ abc }}
SELECT {{abc}}, FROM table_name
becomes:
SELECT { { abc } }, FROM table_name
Would you accept handling this, maybe as an option ?
This is not in sql standard but some libraries are using
{{ abc }}
for interpolation currently this works like this:becomes:
Would you accept handling this, maybe as an option ?