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 055d021 commit ec771bdCopy full SHA for ec771bd
CHANGELOG.md
@@ -12,6 +12,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
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))
15
+3. Updated the Kotlin DSL to use Kotlin 1.7's new "definitely non-null" types where appropriate. This helps us to more
16
+ accurately represent the nullable/non-nullable expectations for API method calls.
17
+ ([#496](https://github.com/mybatis/mybatis-dynamic-sql/pull/496))
18
19
## Release 1.4.0 - March 3, 2022
20
0 commit comments