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 support for value expressions in repository query methods #1904

Closed
marcingrzejszczak opened this issue Oct 3, 2024 · 0 comments
Closed
Assignees
Labels
type: enhancement A general enhancement

Comments

@marcingrzejszczak
Copy link
Contributor

See spring-projects/spring-data-commons#3050

@marcingrzejszczak marcingrzejszczak added the type: enhancement A general enhancement label Oct 3, 2024
@marcingrzejszczak marcingrzejszczak added this to the 3.4 RC1 (2024.1.0) milestone Oct 3, 2024
@mp911de mp911de closed this as completed in d526cd3 Oct 9, 2024
mp911de added a commit that referenced this issue Oct 9, 2024
Simplify R2DBC expression handling. Use new ValueExpression API instead of holding parameter binding duplicates.

Reformat code. Add author tags.

See #1904
Original pull request: #1906
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment