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

"Expand *" intention doesn't work with additional projections #2173

Closed
mattprecious opened this issue Feb 20, 2021 · 0 comments · Fixed by #2273
Closed

"Expand *" intention doesn't work with additional projections #2173

mattprecious opened this issue Feb 20, 2021 · 0 comments · Fixed by #2273

Comments

@mattprecious
Copy link
Collaborator

Build Environment
IntelliJ IDEA 2021.1 EAP (Community Edition)
Build #IC-211.5787.15, built on February 10, 2021
Runtime version: 11.0.10+9-b1319.6 x86_64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
GC: G1 Young Generation, G1 Old Generation
Memory: 750M
Cores: 16
Registry: analyze.exceptions.on.the.fly=true
Non-Bundled Plugins: de.netnexus.camelcaseplugin (3.0.8), io.protostuff.protostuff-jetbrains-plugin (0.13.0), String Manipulation (8.10.191.000.0), com.squareup.sqldelight (1.4.4)
Kotlin: 211-1.4.21-release-IJ5787.2

Dialect: SQLite

Describe the bug

Intention is available:

SELECT *
FROM table;

Intention is not available:

SELECT *, 1
FROM table;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant