[jOOQ/jOOQ#9483] Shame on me :D
This commit is contained in:
parent
477aeba7eb
commit
68dc0f4ce5
@ -829,7 +829,7 @@ final class MetaImpl extends AbstractMeta {
|
||||
|
||||
if (tableType == MATERIALIZED_VIEW)
|
||||
return TableOptions.materializedView(schema.source(tableType, tableName));
|
||||
else if (tableType == VIEW);
|
||||
else if (tableType == VIEW)
|
||||
return TableOptions.view(schema.source(tableType, tableName));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user