12 Mar
2004
12 Mar
'04
7:10 p.m.
Chris McDonough wrote at 2004-3-11 23:56 -0500:
On Thu, 2004-03-11 at 07:29, Toby Dickenson wrote:
I have applications that send emails in error handlers. MailHost isnt transactional today, but Ive always wanted it to be.
I suppose that's true. If someone else doesn't do it first, during the bug day we'll try to support this use case, then, unless it turns out to be very problematic.
I would abort the transaction after error handling. If someone needs a commit, he can call "get_transaction().commit()" himself. -- Dieter