Open
Description
genarek created an issue — 20th February 2013, 10:42:03:
I am looking at the source code for AbstractDataBaseSchema
(git hash in hibernate-core 260e076)The method GetTables calls connection.GetSchema("Tables", ...) ignoring views.
It results in views being skipped in schema validation.I wonder why it is not using the types argument.