Re: [JDBC] JDBC behaviour - Mailing list pgsql-general

From Vladimir Sitnikov
Subject Re: [JDBC] JDBC behaviour
Date
Msg-id CAB=Je-Haw2fcmXp53gx78DF7noP5neVzuaddJYm0TWMnUevG1Q@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] JDBC behaviour  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Responses Re: [JDBC] JDBC behaviour
List pgsql-general
> but in this case all these transactions are independent with autocommit off,

At database level, there is no "autocommit=off".
There's just "begin-end".

It is database who forbids .commit, not the JDBC driver.
Vladimir


pgsql-general by date:

Previous
From: Sridhar N Bamandlapally
Date:
Subject: Re: [JDBC] JDBC behaviour
Next
From: Sridhar N Bamandlapally
Date:
Subject: Re: [JDBC] JDBC behaviour