Re: JDBC behaviour

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Re: JDBC behaviour
Дата
Msg-id VisenaEmail.108.57c63420bd267163.152f3e59516@tc7-visena
обсуждение исходный текст
Ответ на Re: JDBC behaviour  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Список pgsql-jdbc
På torsdag 18. februar 2016 kl. 11:02:20, skrev Sridhar N Bamandlapally <sridhar.bn1@gmail.com>:
Andreas, ROLLBACK doesn't work as it do for all previous statements, 
 
autocommit ON is not option as it controlled by connection pool, 
 
with this the simple "statement" with need to replace with "try-catch", "savepoint", "statement" and "rollback to savepoint", this looks lot of changes in code to make it app/java-database compatible, 
 
still, this is bug
 
ROLLBACK is not a per-statement command, but a per-transaction.
I think you have to re-read the answers given in this thread.
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
 
Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: JDBC behaviour
Следующее
От: John R Pierce
Дата:
Сообщение: Re: JDBC behaviour