Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.5.3
IntelliJ 2021.3
PostgreSQL
#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;
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
after applying the quick fix:
Stacktrace
No response
The text was updated successfully, but these errors were encountered: