We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bcf1a commit 193b896Copy full SHA for 193b896
CHANGELOG.md
@@ -43,7 +43,7 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
43
7. Updated most of the Kotlin insert DSL functions to be more like natural SQL. The main difference is that for insert,
44
insertBatch, and insertMultiple, the "into" function is moved inside the completer lambda. The old methods are now
45
deprecated and will be removed in version 1.5.0 of the library. This also allowed us to make some insert DSL
46
- methods into infix functions.
+ methods into infix functions. ([#452](https://github.com/mybatis/mybatis-dynamic-sql/pull/452))
47
48
## Release 1.3.1 - December 18, 2021
49
0 commit comments