Closed lpoulain closed 2 years ago
You should look into the unit tests. I think we already have tests for additional args, maybe you should add some for this field. Take a look.
Other than my comment about tests, LGTM
Please squash the commits before merge
This PR adds a "Role (optional)" field when setting up a connection to Starburst.
As indicated by Piotr, the field entered (when any) is passed as "roles=system:" to the JDBC driver.
If users try to set the role both using that field and the additional JDBC string field, they will get a "Connection property 'roles' is both in the URL and an argument" error