-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add sybase connector #2481
Comments
I'll take this up. Have already implemented it. |
@findepi Can you assign this to me ? |
@academy-codex what driver do you use? I first tried jconn4.jar but hit "JZ0SB: Parameter index out of range: 1" error, reading online I saw getSchema is not implemented in JConn (also the Jconn jar is not on maven) -
then I tried jtds-1.3.1.jar and hit below error
From reading https://stackoverflow.com/questions/41231750/abstractmethoderror-with-jtds-jdbc-driver-on-tomcat-8 I thought connectionProperties.setProperty("validationQuery", "select 1"); would solve but not sure where to inject it. other downside of jtds is it does not support Sybase IQ I guess fully qualified name of tables having 4 parts in Sybase (but then again sqlserver too?) complicates things: server.db.owner.table update: before I was using old version of jconn4.jar (v7 from 2010), when using v16 from 2015 it works! http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc39001.0707100/doc/html/har1355981355759.html FAKE_METADATA property led the way |
Hey @tooptoop4. I am using sajdbc. See my fork today. |
@tooptoop4 You can see the PR I have made. |
any update on this issue? |
Any updates on this issue @academy-codex @tooptoop4 ? |
#3105 is better than this |
No description provided.
The text was updated successfully, but these errors were encountered: