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

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

Open
randyzwitch opened this issue Feb 20, 2020 · 3 comments
Open

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

randyzwitch opened this issue Feb 20, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@randyzwitch
Copy link

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 randyzwitch added bug Something isn't working enhancement New feature or request labels Feb 20, 2020
@randyzwitch
Copy link
Author

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

image

@cdessanti
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants