Re: JDBC behaviour - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: JDBC behaviour
Date
Msg-id CAB=Je-Fcu8LanHyPir9n-3ePt89OF7jwwQnia9DVhM8QUbFJXg@mail.gmail.com
Whole thread Raw
In response to Re: JDBC behaviour  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
List pgsql-jdbc
> 2. as it throw exception for next transaction even when current exception suppressed/handled,

You are plain wrong here.
Next **transaction** would be perfectly fine.
You are somehow ignoring the fact that to start that *next*
transaction you need a rollback/commit call.

next statement != next transaction.

Vladimir


pgsql-jdbc by date:

Previous
From: Sridhar N Bamandlapally
Date:
Subject: Re: JDBC behaviour
Next
From: Dave Cramer
Date:
Subject: Re: JDBC behaviour