[jOOQ/jOOQ#13069] Rename anonymous nested rows to nested
ROW is a reserved word in a few dialects, and quoting can be turned off
This commit is contained in:
parent
0247fbf7b2
commit
4fbee7186c
@ -91,7 +91,7 @@ final class RowAsField<ROW extends Row, REC extends Record> extends AbstractRowA
|
||||
final ROW row;
|
||||
|
||||
RowAsField(ROW row) {
|
||||
this(row, DSL.name("r"));
|
||||
this(row, DSL.name("nested"));
|
||||
}
|
||||
|
||||
RowAsField(ROW row, Name as) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user