RE: [sqlite] BEGIN TRANSACTION name

2005-11-03 Thread Marcus Welz
I actually have a question regarding nested transactions. Maybe I'm missing something, but isn't it true that the outermost transaction must be committed successfully in order for any of the nested transactions to also be committed successfully? For example if I have: BEGIN TRANSACTION a; BEGIN

RE: [sqlite] BEGIN TRANSACTION name

2005-11-03 Thread Preston Z
From: Marcus Welz [EMAIL PROTECTED] Reply-To: sqlite-users@sqlite.org To: sqlite-users@sqlite.org Subject: RE: [sqlite] BEGIN TRANSACTION name Date: Thu, 3 Nov 2005 12:46:39 -0500 I actually have a question regarding nested transactions. Maybe I'm missing something, but isn't it true