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

Column names should be quoted #34

Open
jw1u1 opened this issue Apr 16, 2024 · 2 comments
Open

Column names should be quoted #34

jw1u1 opened this issue Apr 16, 2024 · 2 comments

Comments

@jw1u1
Copy link

jw1u1 commented Apr 16, 2024

import foreign schema on Sybase ase fails due to syscolumns.offset column name, which has to be quoted.

@jw1u1
Copy link
Author

jw1u1 commented Apr 23, 2024

should be done in line 429 of file JDBCUtils.java:
tmpColumnNamesList.add(tmpResultSet.getString("COLUMN_NAME"));

@MinhLA1410
Copy link
Contributor

Hi @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