[jOOQ/jOOQ#11253] Work around Eclipse compiler bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=570511
This commit is contained in:
parent
aa946ead7f
commit
55793288a4
@ -185,7 +185,7 @@ final class Alias<Q extends QueryPart> extends AbstractQueryPart {
|
||||
emulatedDerivedColumnList = true;
|
||||
|
||||
if (wrapped instanceof Values && NO_SUPPORT_VALUES.contains(dialect)) {
|
||||
context.data(DATA_SELECT_ALIASES, fieldAliases, this::toSQLWrapped);
|
||||
context.data(DATA_SELECT_ALIASES, fieldAliases, t -> toSQLWrapped(t));
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user