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

From: "Webb Sprague" <webb(dot)sprague(at)gmail(dot)com>
To: "Tyson Lloyd Thwaites" <tyson(dot)lloydthwaites(at)allianza(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [RESEND] Transaction auto-abort causes grief with Spring Framework
Date: 2007-08-17 08:00:58
Message-ID: b11ea23c0708170100r27240121qbe45bb66577e0b28@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-08-17 08:09:53 Re: [RESEND] Transaction auto-abort causes grief with Spring Framework
Previous Message Pavel Stehule 2007-08-17 07:39:20 Re: some information