Databricks JDBC Driver Version 42 Limitations

Ankit_Kothiya
Databricks Partner

We found that the Databricks JDBC driver does not support:

  • Connection.setAutoCommit(false)
  • Connection.commit()
  • Connection.rollback()
  • Execution of BEGIN TRANSACTION

Can you help us understand why these operations are not supported by the Databricks JDBC driver?
Is there an alternative JDBC driver for Databricks that supports the above-mentioned operations?