AbstractDataBaseSchema.GetTables method ignores views

Description

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.

Environment

None

Activity

Show:

Details

Assignee

Reporter

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created February 20, 2013 at 10:42 AM
Updated December 13, 2017 at 10:36 PM
Who's Looking?