Hi Guillaume,

I've just replied to Emmanuel's email with the results of your suggested
test - and yes I still have the same problem.

Please let me know if there are any further tests you'd like me to do.

Regards,

Ken



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Guillaume
Smet
Sent: Friday, 12 January 2007 7:28 PM
To: Sequoia general mailing list
Subject: Re: [Sequoia] Database Recovery - only autocomitted operations are
recovered in to backends


Hi Ken,

On 1/12/07, Ken Burns <[EMAIL PROTECTED]> wrote:
> 2. Using "SQL Explorer" (Eclipse plugin), insert a row into the table 
> "tablea" - autocommit OFF, via Sequoia
>
>    insert into tablea values(122, 'abc', 122);
>    commit;

Can you reproduce the problem with an explicit BEGIN;? I mean can you try
(with autocommit off): begin; insert into tablea values(122, 'abc', 122);
commit; and see if you still have the problem.

Regards,

--
Guillaume

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to