Re: [RESEND] Transaction auto-abort causes grief with Spring Framework

Поиск
Список
Период
Сортировка
От Webb Sprague
Тема Re: [RESEND] Transaction auto-abort causes grief with Spring Framework
Дата
Msg-id b11ea23c0708170100r27240121qbe45bb66577e0b28@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [RESEND] Transaction auto-abort causes grief with Spring Framework  (Tyson Lloyd Thwaites <tyson.lloydthwaites@allianza.com.au>)
Ответы Re: [RESEND] Transaction auto-abort causes grief with Spring Framework
Список pgsql-general
> It is still a possible point of confusion, but I am starting to think
> that pgsql has it right, and mssql has it wrong. (I feel betrayed!) This
> issue probably deserves a prominant place in the FAQ!

Betrayed? yes.  Surprised?  I hope not :)

I think your driver (JDBC? or?)  is doing autocommit (though I am not
sure), and in the discussion we are confounding confusing rollbacks
(in the database) with exception handling (in the application,which, I
presume, is Java?).

You may be best reworking your transactions, but in order to clear up
the confusion you will probably need to post some actual code here (we
can handle it, don't worry...).

-W

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

Предыдущее
От: Kari Lavikka
Дата:
Сообщение: Vacuum problem
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: [RESEND] Transaction auto-abort causes grief with Spring Framework