Skip to content

Commit c33e78f

Browse files
committed
Details about when we can remove "record"
1 parent 0236ff7 commit c33e78f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/mybatis/dynamic/sql/insert/render/DefaultInsertStatementProvider.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public class DefaultInsertStatementProvider<T> implements InsertStatementProvide
2424
// need to keep both row and record for now so we don't break
2525
// old code. The MyBatis reflection utilities don't handle
2626
// 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.
2730
private final T record;
2831
private final T row;
2932

0 commit comments

Comments
 (0)