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
14142 . 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
You can’t perform that action at this time.
0 commit comments