Hi!
I just discovered Dbeaver and I'm currently testing it. It looks quite good but today I faced first problem. When I make connection to Vertica database and under driver settings set autocommit = false it still makes autocommit. When I make DML statement then COMMIT and ROLLBACK buttons are not active and when I make commit or rollback manually then I get
SQL Error [HY000]: [Vertica][JDBC](10040) Cannot use commit while Connection is in auto-commit mode.
[Vertica][JDBC](10040) Cannot use commit while Connection is in auto-commit mode.
[Vertica][JDBC](10040) Cannot use commit while Connection is in auto-commit mode.
[Vertica][JDBC](10040) Cannot use commit while Connection is in auto-commit mode.
[Vertica][JDBC](10040) Cannot use commit while Connection is in auto-commit mode.
Is this a bug or am I doing something wrong?