Re: [sqlite] Bug or it makes sense?

2004-06-25 Thread Nuno Lucas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel Angel Latorre Díaz wrote: |Kenneth: |Thanks, I see your point, but that was just an example, put an "insert" or |"delete" command instead of the "create table", and that row would be |"inserted" or "deleted" without executing a rollback due to

Re: [sqlite] Bug or it makes sense?

2004-06-25 Thread Kurt Welgehausen
This is the usual behavior. Read the sections BEGIN TRANSACTION and ON CONFLICT in lang.html, especially the explanation of the ABORT algorithm. Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [sqlite] Bug or it makes sense?

2004-06-25 Thread Miguel Angel Latorre Díaz
ne or undone. - Original Message - From: "kenneth long" <[EMAIL PROTECTED]> To: "Miguel_Angel_Latorre_Díaz" <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 7:31 PM Subject: Re: [sqlite] Bug or it makes sense? > Miguel, > > I suspect that similar