Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMPORT FOREIGN SCHEMA: exclude System Tables #36

Open
jw1u1 opened this issue Apr 23, 2024 · 1 comment
Open

IMPORT FOREIGN SCHEMA: exclude System Tables #36

jw1u1 opened this issue Apr 23, 2024 · 1 comment

Comments

@jw1u1
Copy link

jw1u1 commented Apr 23, 2024

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);

@MinhLA1410
Copy link
Contributor

Thank you @jw1u1 ,

JDBC FDW has not been tested with Sybase ASE. We do not have special experience and knowledge using Sybase ASE.
But to ensure the best outcomes and continuous improvement, we would like to know if you have any additional resources or information. We are open to any suggestions and can consider them for future improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants