File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ The pull request for this change is ([#550](https://github.com/mybatis/mybatis-d
44
44
2 . Deprecated Kotlin DSL functions have been removed, as well as deprecated support for "EmptyListCallback" in the "in"
45
45
conditions. ([ #548 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/548 ) )
46
46
3 . Refactored the common insert mapper support for MyBatis3 by adding a CommonGeneralInsertMapper that can be used
47
- without a class that matches the table row. It includes methods for general insert and insert select.
47
+ without a class that matches the table row. It includes methods for general insert and insert select.
48
+ ([ #570 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/570 ) )
48
49
49
50
50
51
You can’t perform that action at this time.
0 commit comments