mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 12:17:24 +00:00
[HHH-1329] SchemaValidator fail when views are involved
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14031 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
2ead194254
commit
e5e59ed2f2
@ -46,7 +46,7 @@ public DatabaseMetadata(Connection connection, Dialect dialect, boolean extras)
|
||||
initSequences(connection, dialect);
|
||||
}
|
||||
|
||||
private static final String[] TYPES = {"TABLE"};
|
||||
private static final String[] TYPES = {"TABLE", "VIEW"};
|
||||
|
||||
public TableMetadata getTableMetadata(String name, String schema, String catalog, boolean isQuoted) throws HibernateException {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user