Re: JDBC behaviour - Mailing list pgsql-jdbc

From Andreas Joseph Krogh
Subject Re: JDBC behaviour
Date
Msg-id VisenaEmail.f3.8cfd0e7e391ce0a2.152f37ec294@tc7-visena
Whole thread Raw
In response to Re: JDBC behaviour  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
List pgsql-jdbc
På torsdag 18. februar 2016 kl. 09:26:59, skrev Sridhar N Bamandlapally <sridhar.bn1@gmail.com>:
If we want transactions in "begin-end" then its fine, 
 
but in this case all these transactions are independent with autocommit off,
 
user choice to continue with commit or rollback
 
Look in you serverlogs, "something" is issuing a BEGIN. The transaction becomes invalid when an error occurs, you have to issue a COMMIT or ROLLBACK, and in this case both will ROLLBACK.
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
 
Attachment

pgsql-jdbc by date:

Previous
From: Sridhar N Bamandlapally
Date:
Subject: Re: JDBC behaviour
Next
From: Vladimir Sitnikov
Date:
Subject: Re: JDBC behaviour