Skip to content

Add Ability to Write "in" Conditions that will render even when the list of value is empty #229

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

Merged
merged 3 commits into from
Aug 12, 2020

Conversation

jeffgbutler
Copy link
Member

Resolves #228

This will enable the list conditions to render invalid SQL, so it should
be used with caution. But it will make transition from some legacy code
bases easier.

Resolves mybatis#228
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e8aeab3 on jeffgbutler:gh-228 into 52d939d on mybatis:master.

@jeffgbutler jeffgbutler merged commit e501fec into mybatis:master Aug 12, 2020
@jeffgbutler jeffgbutler deleted the gh-228 branch August 12, 2020 22:00
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.

when i use isIn(emptyList) where condition, it would not render to sql
2 participants