Skip to content

distinct on meta() field all escaped with back-tics and fails #1361

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
mikereiche opened this issue Mar 4, 2022 · 1 comment
Closed

distinct on meta() field all escaped with back-tics and fails #1361

mikereiche opened this issue Mar 4, 2022 · 1 comment

Comments

@mikereiche
Copy link
Collaborator

mikereiche commented Mar 4, 2022

SELECT DISTINCT `meta().id` FROM my_bucket WHERE _class = "org.springframework.data.couchbase.domain.Airline" AND name = $1

meta() should not be escaped. i.e. meta().`id`

@mikereiche
Copy link
Collaborator Author

There is a fix for this in #1288 as it is might be used in querydsl joins.

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