[jOOQ/jOOQ#11058] Further reuse of cached Table.fieldsRow()
This commit is contained in:
parent
23110d0163
commit
c83a9864db
@ -103,7 +103,7 @@ public class TableRecordImpl<R extends TableRecord<R>> extends AbstractRecord im
|
||||
private final Table<R> table;
|
||||
|
||||
public TableRecordImpl(Table<R> table) {
|
||||
super(table.fields());
|
||||
super((AbstractRow) table.fieldsRow());
|
||||
|
||||
this.table = table;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user