Details
-
Bug
-
Status: Reviewable
-
Major
-
Resolution: Unresolved
-
1.4.0
-
None
-
None
Description
Apache Drill has storage defined to access a Postgres database
A schema in the database has several tables which either have indexes, primary keys, foreign keys or combination of them all.
When SQLSquirrel presents metadata from the Drill JDBC driver the list of tables will include entries which correspond to the indexes, primary or foreign keys in the schema. The implication being that non-standard JDBC metadata methods to obtain information is being used.