baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

Possibility to pass (autocommit=false) for postgressql #49

Open Nyshu opened 7 years ago

Nyshu commented 7 years ago

DatabaseError: org.postgresql.util.PSQLException: Cannot rollback when autoCommit is enabled.

Could it be possible to pass autoCommit=false for postgresql database too, As, it doesn't supports yet.