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

add additional document highlighting for query statements #1377

Open
martinlippert opened this issue Oct 9, 2024 · 0 comments
Open

add additional document highlighting for query statements #1377

martinlippert opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@martinlippert
Copy link
Member

At the moment, the document highlighting that we do for query statements is focused on showing references between parameters in the statement and parameters of the java method. In addition to that we could also highlight occurrences of the same identifier in the statement itself:

E.g. for the identifier owner

@Query("SELECT owner FROM Owner owner left join fetch owner.pets WHERE owner.id =:id")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants