**genarek** created an [issue](https://nhibernate.jira.com/browse/NH-3406) — <time datetime="2013-02-20T10:42:03.281Z" title="2013-02-20T10:42:03.281Z">20th February 2013, 10:42:03</time>: > I am looking at the source code for AbstractDataBaseSchema > (git hash in hibernate-core 260e07612d4db6af323964aaa0969939518187c1) > > 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. >