Skip to content

[ci skip] Update changelog for Not support #439

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 1 commit into from
Jan 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
2. Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
named "filter" and "map" methods that function as expected for method chaining.
([#435](https://github.com/mybatis/mybatis-dynamic-sql/pull/435))
3. Added support for a "not" criteria grouping on a where clause. It is now possible to write a where clause like
`where (a < 5 and B = 3) and (not (C = 4 or D = 5) and E = 6)`. With this enhancement (and the enhancement for
arbitrary grouping) it should now be possible to write virtually any where clause imaginable.
([#438](https://github.com/mybatis/mybatis-dynamic-sql/pull/438))

## Release 1.3.1 - December 18, 2021

Expand Down