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 0236ff7 commit c33e78fCopy full SHA for c33e78f
src/main/java/org/mybatis/dynamic/sql/insert/render/DefaultInsertStatementProvider.java
@@ -24,6 +24,9 @@ public class DefaultInsertStatementProvider<T> implements InsertStatementProvide
24
// need to keep both row and record for now so we don't break
25
// old code. The MyBatis reflection utilities don't handle
26
// the case where the attribute name is different from the getter.
27
+ //
28
+ // MyBatis Generator version 1.4.1 (March 8, 2022) changed to use "row" instead of "record".
29
+ // Target March 2023 for removing "record" from MyBatis Dynamic SQL.
30
private final T record;
31
private final T row;
32
0 commit comments