Skip to content

IMPORT FOREIGN SCHEMA: exclude System Tables #36

@jw1u1

Description

@jw1u1

getTables(null, null, "%", null) includes System Tables, and this fails on Sybase ASE.
Please restrict it on "TABLE" and "VIEW" (4th Parameter)
in line 402 of JDBCUtils.java:
ResultSet tmpResultSet = md.getTables(null, null, "%", null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions