rill icon indicating copy to clipboard operation
rill copied to clipboard

Postgres SQL syntax styling is misdirecting users in how to omit columns in duckDB SELECT statements.

Open magorlick opened this issue 3 years ago • 0 comments

Describe the bug Postgres SQL syntax styling is misdirecting users in how to omit columns in duckDB SELECT statements.

To Reproduce Steps to reproduce the behavior:

  1. open a model
  2. type SELECT * EXCLUDE
  3. See that EXCLUDE has no color styling
  4. delete and type SELECT * EXCEPT
  5. See that EXCLUDE has no color styling

Expected behavior I expect working keyword syntax in duckDB SQL (EXCLUDE, not EXCEPT) to have color styling.

Additional context image

magorlick avatar Jul 26 '22 22:07 magorlick