Skip to content

Commit ba2873c

Browse files
authored
Merge pull request #439 from jeffgbutler/master
[ci skip] Update changelog for Not support
2 parents 8739524 + d9f57e4 commit ba2873c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
1414
2. Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
1515
named "filter" and "map" methods that function as expected for method chaining.
1616
([#435](https://github.com/mybatis/mybatis-dynamic-sql/pull/435))
17+
3. Added support for a "not" criteria grouping on a where clause. It is now possible to write a where clause like
18+
`where (a < 5 and B = 3) and (not (C = 4 or D = 5) and E = 6)`. With this enhancement (and the enhancement for
19+
arbitrary grouping) it should now be possible to write virtually any where clause imaginable.
20+
([#438](https://github.com/mybatis/mybatis-dynamic-sql/pull/438))
1721

1822
## Release 1.3.1 - December 18, 2021
1923

0 commit comments

Comments
 (0)