Ken Burns <[EMAIL PROTECTED]> writes:
> logged to the recovery log? The log below shows that the implicit "begin" > (autocommit off - start of transaction - see log_id 296 above) is certainly > being detected. The explicit "begin" that I typed (before the insert into > ...) however was not detected, nothing in the log. By the way explicit "begin" requests are not recommended in JDBC. The recommended way to perform transactions is to use the setAutoCommit() method. Sequoia implements a hack to catch inline begins. _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
