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
DB tools like DataGrip use Driver.getPropertyInfo to display all possible connection parameters to user. Without this it's tricky for users to figure out what parameters are supported for driver.
There is a number of supported parameters in SessionHolder.createSession but they are not returned from Driver.getPropertyInfo
The text was updated successfully, but these errors were encountered:
DB tools like DataGrip use
Driver.getPropertyInfo
to display all possible connection parameters to user. Without this it's tricky for users to figure out what parameters are supported for driver.There is a number of supported parameters in
SessionHolder.createSession
but they are not returned fromDriver.getPropertyInfo
The text was updated successfully, but these errors were encountered: