Skip to content

Conversation

marcingrzejszczak
Copy link
Contributor

Fixes #1904

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 3, 2024
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 8, 2024
@mp911de mp911de self-assigned this Oct 8, 2024
@mp911de mp911de added this to the 3.4 RC1 (2024.1.0) milestone Oct 8, 2024
private final CachedRowMapperFactory cachedRowMapperFactory;
private final CachedResultSetExtractorFactory cachedResultSetExtractorFactory;
private final ValueExpressionDelegate delegate;
private final List<Map.Entry<String, String>> parameterBindings;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ParsedQuery.getParameterMap() is now public, I'm going to adopt to this during the merge.

Simplify R2DBC expression handling. Use new ValueExpression API instead of holding parameter binding duplicates.

Reformat code. Add author tags.
mp911de pushed a commit that referenced this pull request Oct 9, 2024
mp911de added a commit that referenced this pull request 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
@mp911de mp911de closed this Oct 9, 2024
@mp911de mp911de deleted the issue/1904 branch October 9, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for value expressions in repository query methods

3 participants