On 10 Sep 2011, at 3:58pm, Steffen Mangold wrote:

> I'm hoping doing all right to get technical support. :)

Perhaps not.  If you want technical support you have to pay for it.  This 
mailing list is mostly a bunch of users who have run into their own problems 
over the years.  Fred helps solve Helen's problem one day, Helen may solve 
Fred's the following week.

> In the SQLite documentation is written that the default behavior of a 
> transaction in case of an error is
> "ABORT". In documentation is also writen that "prior SQL statements within 
> the same transaction are preserved and the transaction remains active".

Can you show us a pointer to this information ?

Transactions are a way of grouping database changes together.  The idea is that 
if any of the changes within a transaction cannot be completed, none of them 
should go ahead -- just like a transaction in real life.  Your description 
above seems to say something different.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to