[jOOQ/jOOQ#228] Enhance API to provide access to UDT members - WIP
- Generics and rawtypes are a gift that keeps on giving
This commit is contained in:
parent
c466d68a85
commit
6d740f3840
@ -329,7 +329,7 @@ public final class Internal {
|
||||
) throws Exception {
|
||||
|
||||
// [#228] This case only happens in generated UDTPath types, never in generated Table types
|
||||
if (returnType == UDTField.class)
|
||||
if (returnType == (Class) UDTField.class)
|
||||
return (P) new UDTPathFieldImpl<>(name, actualType, path.asQualifier(), path.getUDT(), DSL.comment(comment), actualBinding);
|
||||
|
||||
// [#228] While it would be cleaner to pass around a Function5 constructor reference,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user