Menu

org.postgresql.util.PSQLException: Cannot establish a savepoint in auto-commit mode.

Anonymous
2016-01-15
2016-01-15
  • Anonymous

    Anonymous - 2016-01-15

    I can connect to the PostgreSQL database with 'jdbc:postgresql://xxx:5432/yyy' but every query gives this error.
    org.postgresql.util.PSQLException: Cannot establish a savepoint in auto-commit mode.

    In version 2015.10 it worked fine.

     
    • PAscal

      PAscal - 2016-01-15

      Please go in preferences and set Auto-commit off to be able to use Auto-savepoint in transactions.

      starting with 2016.01 it will be possible to choose between Auto-commit and Auto-savepoint
      see ticket #337

      Regards
      PAscal

       
  • PAscal

    PAscal - 2016-01-15

    in monetDB, the corresponding error message is:
    java.sql.SQLException: SAVEPOINT: not allowed in auto commit mode.

     

Anonymous
Anonymous

Add attachments
Cancel