You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: