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