Re: [sqlite] Failure during Rollback statement

2011-03-09 Thread Simon Slavin
On 9 Mar 2011, at 1:34pm, Jay A. Kreibich wrote: > On Wed, Mar 09, 2011 at 02:01:14AM -0800, pkcpkc scratched on the wall: >> > >> What would happen if the following situation occurs: >> I begin a transaction and then do multiple sqlite execute statements. One of >> the execute statements

Re: [sqlite] Failure during Rollback statement

2011-03-09 Thread Jay A. Kreibich
On Wed, Mar 09, 2011 at 02:01:14AM -0800, pkcpkc scratched on the wall: > > What would happen if the following situation occurs: > I begin a transaction and then do multiple sqlite execute statements. One of > the execute statements fails and I try doing a rollback. Now when I try the > rollback

Re: [sqlite] Failure during Rollback statement

2011-03-09 Thread Richard Hipp
On Wed, Mar 9, 2011 at 5:01 AM, pkcpkc wrote: > > What would happen if the following situation occurs: > I begin a transaction and then do multiple sqlite execute statements. One > of > the execute statements fails and I try doing a rollback. Now when I try the >