cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.5k stars 287 forks source link

JDBC data source #1299

Open abandekar1201 opened 1 month ago

abandekar1201 commented 1 month ago

Hi,

I am trying to connect to Tibco Data Virtualization through a custom JDBC connection using the JDBC extension. I bring my own JAR, and provide the connection string and driver class name. We use these details to access Tibco Data Virtualization through other tools. Therefore, I am sure that the details are correct.

When I select the dialect, I see that my jar is ignored and the respective dialect jar is downloaded from maven.

How can I make this extension ignore the dialect and use my JAR instead?