mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
37 stars 33 forks source link

SQL-213: Rationalize get/setAutoCommit behavior #42

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

This PR modifies the getAutoCommit() to always return false. Modifies setAutoCommit() to throw SQLFeatureNotSupportedException if input parameter is set to true, no-op in case of false.