Skip to content

DATAJDBC-539 - Fix parameter wrapping for IN criteria #217

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
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented May 11, 2020

We now no longer double-wrap parameters for IN criteria. Previously, collection arguments were wrapped into another collection which caused double-wrapped lists.


Related tickets: DATAJDBC-539, spring-projects/spring-data-r2dbc#361.

mp911de added 2 commits May 11, 2020 15:28
We now no longer double-wrap parameters for IN criteria. Previously, collection arguments were wrapped into another collection which caused double-wrapped lists.
schauder pushed a commit that referenced this pull request May 25, 2020
We now no longer double-wrap parameters for IN criteria. Previously, collection arguments were wrapped into another collection which caused double-wrapped lists.

Original pull request: #217.
schauder added a commit that referenced this pull request May 25, 2020
Original pull request: #217.
schauder pushed a commit that referenced this pull request May 25, 2020
We now no longer double-wrap parameters for IN criteria. Previously, collection arguments were wrapped into another collection which caused double-wrapped lists.

Original pull request: #217.
schauder added a commit that referenced this pull request May 25, 2020
Original pull request: #217.
@schauder
Copy link
Contributor

Merged into master and 2.0.x

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

Successfully merging this pull request may close these issues.

2 participants