getting error while using my own JDBC driver #35244
Unanswered
avihaim1
asked this question in
DBeaver Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in my parser I'm using JSQLPARSER version 5.0 from com.github.jsqlparser
but it seems that dbeaver is using lower version or another distribution of net.sf.jsqlparser
this is the error I get when I'm trying to run
;select * from
SQL Error [HY000]: [JDBC Driver]class net.sf.jsqlparser.statement.select.Select cannot be cast to class net.sf.jsqlparser.statement.select.PlainSelect (net.sf.jsqlparser.statement.select.Select and net.sf.jsqlparser.statement.select.PlainSelect are in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @12a75cbb)
can someone tell me how to force dbeaver to use my JSQLPARSER from my JDBC jar?
Beta Was this translation helpful? Give feedback.
All reactions