Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect grouping for Identifiers #712

Open
cwelton opened this issue Apr 15, 2023 · 0 comments
Open

Incorrect grouping for Identifiers #712

cwelton opened this issue Apr 15, 2023 · 0 comments

Comments

@cwelton
Copy link

cwelton commented Apr 15, 2023

Example:

select count(*)
from 
  -- In SQL, Identifiers
  my_namespace 
  -- can have whitespace
  . 
  -- and comments
  "my_table"
  -- in between the tokens
  as 
  -- comments can go anywhere really
  my_alias
where
   my_alias 
   -- also true here
   .
   -- Yes, a little silly, but important
   my_value is not Null

In the above there are two identifiers "my_namespace.mytable as my_alias" and "myalias.myvalue", neither of them is correctly grouped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant