-
Notifications
You must be signed in to change notification settings - Fork 356
Allow for arbitrary conditions as join condition. #1014
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding conditions turned out it a pretty small change in exchange for much more increased flexibility.
...ata-relational/src/main/java/org/springframework/data/relational/core/sql/SelectBuilder.java
Outdated
Show resolved
Hide resolved
...ata-relational/src/main/java/org/springframework/data/relational/core/sql/SelectBuilder.java
Outdated
Show resolved
Hide resolved
...ata-relational/src/main/java/org/springframework/data/relational/core/sql/SelectBuilder.java
Outdated
Show resolved
Hide resolved
Yeah, that was a nice surprise for a change. |
6cfa4ca
to
704e54f
Compare
I almost need to review this after #1018 is completed, so I can see what's unique here. |
#Closes 995.
704e54f
to
391293e
Compare
That's merged and polished now. |
This is rebased onto #1018, please review that first.
Closes #995