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

UnsupportedOperationException: Not supported yet, line:168 class:com.omnisci.jdbc.OmniSciResultSetMetaData method:getColumnClassName #19

Open
prithvi23 opened this issue Jul 24, 2019 · 2 comments

Comments

@prithvi23
Copy link

The main problem is that my connection was dropped and I wanted to setup a connection pool.

I'm trying to integrate the JDBC driver with a play scala application and also trying to use the anorm for mapping the result set to POJOs.

Is there a newer release that'll implement this feature? Or is it possible for me to submit a PR with changes?

Also will this be available through Maven?

Getting this exception:
play.api.http.HttpErrorHandlerExceptions$$anon$1: Execution exception[[UnsupportedOperationException: Not supported yet, line:168 class:com.omnisci.jdbc.OmniSciResultSetMetaData method:getColumnClassName]]
at play.api.http.HttpErrorHandlerExceptions$.throwableToUsefulException(HttpErrorHandler.scala:251)
at play.api.http.DefaultHttpErrorHandler.onServerError(HttpErrorHandler.scala:178)
at play.core.server.AkkaHttpServer$$anonfun$1.applyOrElse(AkkaHttpServer.scala:382)
at play.core.server.AkkaHttpServer$$anonfun$1.applyOrElse(AkkaHttpServer.scala:380)
at scala.concurrent.Future.$anonfun$recoverWith$1(Future.scala:413)
at scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:37)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
at akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:91)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)

@randyzwitch randyzwitch transferred this issue from heavyai/heavydb Jul 24, 2019
@randyzwitch
Copy link

Moving this to https://github.com/omnisci/omnisci-jdbc

Yes, this is now available on Maven, please see the README at the above link

@randyzwitch
Copy link

Following up on your other question, yes, we'd be happy to review a PR that adds brings our JDBC driver closer to the official specification.

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