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

Support JTDS Driver for ASE and SQL Server #114

Open
shantstepanian opened this issue Nov 19, 2017 · 2 comments
Open

Support JTDS Driver for ASE and SQL Server #114

shantstepanian opened this issue Nov 19, 2017 · 2 comments

Comments

@shantstepanian
Copy link
Contributor

shantstepanian commented Nov 19, 2017

Note a possible error to test for when trying this against SQL Server:

java.lang.ClassCastException: net.sourceforge.jtds.jdbc.ClobImpl cannot be cast to java.lang.String

@swayamraina
Copy link

Hi @shantstepanian

I wanted to contribute to the project. This seems another good issue to pick.
As per my analysis, We need to create another branch similar to MsSqlJdbcDataSourceFactory with url being jdbc:jtds:sqlserver://<host>:<port>

@shantstepanian
Copy link
Contributor Author

Thanks for your interest in contributing to the project!

For this, it is also to add a similar setup to MsSqlMetadataDialect and MsSqlDbMetadataManager. Most of the changes would be to add a new "JtdsMetadataDialect", since it is the JDBC driver that spawns most of the changes in the JDBC Metadata implementation

In terms of contributing:

Feel free to ask more questions as needed

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

No branches or pull requests

2 participants