format-sql icon indicating copy to clipboard operation
format-sql copied to clipboard

Support psycopg2 SQL `{name}` format placeholders

Open ghost opened this issue 6 years ago • 0 comments

Currently these are being unwrapped, so FROM {schema_name}.table_name becomes schema_name table_name.

ghost avatar Dec 02 '19 02:12 ghost