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 @@ -51,7 +51,8 @@ The pull request for this change is ([#550](https://github.com/mybatis/mybatis-d
51
51
algorithm. Also deprecated the constructors on SqlTable that accept Suppliers for table name - this creates an
52
52
effectively mutable object and goes against the principles of immutability that we strive for in the library.
53
53
([ #572 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/572 ) )
54
- 5 . Add ` SqlBuilder.concat ` and the equivalent in Kotlin. This is a concatenate function that works on more databases.
54
+ 5 . Add ` SqlBuilder.concat ` and the equivalent in Kotlin. This is a concatenate function that works on more databases.
55
+ ([ #573 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/573 ) )
55
56
56
57
## Release 1.4.1 - October 7, 2022
57
58
You can’t perform that action at this time.
0 commit comments