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

Auto-complete for table alias doesn't work if a CASE expression is used in SELECT statement #2101

Open
sibwy opened this issue Feb 15, 2016 · 1 comment

Comments

@sibwy
Copy link

sibwy commented Feb 15, 2016

On using a CASE expression in the SELECT statement, auto-complete feature doesn’t list the columns for table_name aliases.

The user test-case here,

SELECT CASE t.SomeField WHEN 1 THEN 1 ELSE 2 END
FROM table t;

When I add a comma after "END", write "t." and press Ctrl+Space, the autocomplete list does not appear.

But this works fine when only table name is used with no alias.

The user ticket here >> #152455.

@sibwy
Copy link
Author

sibwy commented Nov 11, 2022

Another user has reported a similar problem. The user report can be found in SF >> 00972562

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