File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
11
11
we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
12
12
condition. Adding this support required significant refactoring, but that should be transparent to most users.
13
13
([ #434 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/434 ) )
14
+ 2 . Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
15
+ named "filter" and "map" methods that function as expected for method chaining.
16
+ ([ #435 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/435 ) )
14
17
15
18
## Release 1.3.1 - December 18, 2021
16
19
You can’t perform that action at this time.
0 commit comments