to make vertica work in intellij use dbvisualizer vertica #jdbc jar otherwise got many exceptions

See the response by kesten here his method worked for me: The driver i used to make vertica work on intellij is thedbvisualizer software vertica jdbc db driver. Example connection jdbc string:jdbc:vertica://HOST:5433/DBNAME`

Comments