heavyai / heavyai-jdbc

A JDBC driver for connecting to an HeavyAI GPU database and running queries.
https://www.heavy.ai/
Other
9 stars 16 forks source link

[DataGrip (JetBrains IDE)] getType not supported #24

Open randyzwitch opened 4 years ago

randyzwitch commented 4 years ago

When running a simple select query, DataGrip throws

Not supported yet, line:794 class:com.omnisci.jdbc.OmniSciResultSet method:getType

image

From the picture, you can see that the driver understands enough to make the table structure in the result viewer, but doesn't have enough information to return a result set.

randyzwitch commented 4 years ago

DBeaver is not affected by this exception, the select query works:

image

cdessanti commented 4 years ago

I fixed all of those, the query runs but donen't userstand that the query has finisched, so it doesn't return anything; you have to manually stop the query run to get back the results

randyzwitch commented 4 years ago

If you know how to fix this at the driver level, please submit a pull request. Having these tools work seamlessly is an important part of co-existing in the data ecosystem IMO.