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

JDBC driver does not return list of properties #10624

Closed
mosabua opened this issue Jan 14, 2022 · 0 comments · Fixed by #10625
Closed

JDBC driver does not return list of properties #10624

mosabua opened this issue Jan 14, 2022 · 0 comments · Fixed by #10625
Assignees

Comments

@mosabua
Copy link
Member

mosabua commented Jan 14, 2022

The DBVisualizer team is trying to implement Trino support. The UI uses the JDBC driver to list the supported properties and then uses that info to populate a config dialog.

JDBC have support to return a list of all properties which makes it a lot more user friendly for tools like DbVisualizer.
Read more in: https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/DriverPropertyInfo.html

In testing it was found that the driver does not do that. Could we test this and if its isnt working fix it .. or otherwise provide example code how we are getting it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants