[jOOQ/jOOQ#9864] OSS edition fix
This commit is contained in:
parent
2766eeb4b5
commit
e3d1013731
@ -1424,16 +1424,17 @@ implements
|
||||
.sql(')');
|
||||
}
|
||||
|
||||
static final Iterable<Field<?>> removeReadonly(Context<?> ctx, List<Field<?>> it) {
|
||||
return removeReadonly(ctx, it, it);
|
||||
}
|
||||
|
||||
static final Iterable<Field<?>> removeReadonly(Context<?> ctx, List<Field<?>> checkIt, List<Field<?>> removeIt) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return removeIt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user