Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Expanding wildcard with columns does not work with qualifier #2762

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

Closed
hfhbd opened this issue Jan 3, 2022 · 0 comments · Fixed by #3979
Closed

Expanding wildcard with columns does not work with qualifier #2762

hfhbd opened this issue Jan 3, 2022 · 0 comments · Fixed by #3979

Comments

@hfhbd
Copy link
Collaborator

hfhbd commented Jan 3, 2022

SQLDelight Version

1.5.3

IDE Version

IntelliJ 2021.3

Dialect

PostgreSQL

Describe the Bug

#822 introduced an intention to expand a * with its column names.
Unfortunately, this does not work with a qualifier:

all:
SELECT f.* FROM foo f;

after applying the quick fix:

all:
SELECT f.id, f.name FROM foo f;

Stacktrace

No response

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

Successfully merging a pull request may close this issue.

2 participants