File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
14
14
2 . Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
15
15
named "filter" and "map" methods that function as expected for method chaining.
16
16
([ #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 ) )
17
21
18
22
## Release 1.3.1 - December 18, 2021
19
23
You can’t perform that action at this time.
0 commit comments