[jOOQ/jOOQ#9574] Fix FilteredMeta

This commit is contained in:
Lukas Eder 2024-09-26 12:12:42 +02:00
parent a1dddf7906
commit cf7cdae07c
2 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,7 @@ import org.jooq.Index;
import org.jooq.Meta;
import org.jooq.Name;
import org.jooq.Named;
// ...
import org.jooq.Queries;
import org.jooq.Query;
import org.jooq.Record;

View File

@ -489,6 +489,10 @@ final class FilteredMeta extends AbstractMeta {