[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 class DatabaseMetadata {
|
|||
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…
Reference in New Issue