[jOOQ/jOOQ#13473] SQLException when calling oracle.jdbc.driver.ArrayDataResultSet.getMetaData()

This commit is contained in:
Lukas Eder 2022-04-22 10:52:42 +02:00
parent ad66537fe9
commit a3635b4aa8

View File

@ -78,6 +78,7 @@ import org.jooq.BindingGetResultSetContext;
import org.jooq.Converter;
import org.jooq.ExecuteContext;
import org.jooq.ExecuteListener;
import org.jooq.ExecuteType;
import org.jooq.Field;
// ...
import org.jooq.Record;