Skip to:
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.
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.