[jOOQ/jOOQ#15732] Weird javac vs ejc disagreement
This commit is contained in:
parent
be8d3babc4
commit
6bd3d9e110
@ -4413,7 +4413,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
|
||||
case NATIVE:
|
||||
return apply(
|
||||
nativePatch.apply(ctx.resultSet().getObject(ctx.index())),
|
||||
(List<?>) nativePatch.apply(ctx.resultSet().getObject(ctx.index())),
|
||||
l -> readMultisetList(ctx, row, recordType, l)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user