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 @@ -9,6 +9,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
9
9
1 . Added support for criteria groups without an initial criteria. This makes it possible to create an independent list
10
10
of pre-created criteria and then add the list to a where clause. See the tests in the related pull request for
11
11
usage examples. ([ #462 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/462 ) )
12
+ 2 . Added the ability to specify a table alias on DELETE and UPDATE statements.
13
+ This is especially useful when working with a sub-query with an exists or not exists condition.
14
+ ([ #489 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/489 ) )
12
15
13
16
## Release 1.4.0 - March 3, 2022
14
17
You can’t perform that action at this time.
0 commit comments