[#4740] ClassCastException when using DSL.any() in a Condition Field
This commit is contained in:
parent
dc06cf525a
commit
dcbb7035ee
@ -211,7 +211,7 @@ final class ArrayTable extends AbstractTable<Record> {
|
||||
|
||||
|
||||
else {
|
||||
return emulate();
|
||||
return DSL.table("{0}", array).as(alias);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user