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 new flexible syntax for coding join specifications #842

Merged
merged 11 commits into from
Aug 19, 2024

Conversation

jeffgbutler
Copy link
Member

The new syntax reuses the support from WHERE, HAVING, and CASE expressions to offer the same capabilities.

Resolves #780.

@jeffgbutler jeffgbutler added this to the 2.0.0 milestone Aug 19, 2024
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 0f1ad9c on jeffgbutler:new-join-syntax
into 3057702 on mybatis:master.

@jeffgbutler jeffgbutler merged commit e89fd77 into mybatis:master Aug 19, 2024
7 checks passed
@jeffgbutler jeffgbutler deleted the new-join-syntax branch August 19, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conditional query after join on is supported. >=,<=,in
2 participants