On 16 Mar 2014, at 7:16pm, RSmith <rsm...@rsweb.co.za> wrote:

> My question is though, is there a way to learn somehow whether a rollback or 
> constraint violation happened during the whole execute process which caused a 
> rollback?
> 
> Kind of like saying:  "Yes I know the script executed fully, but was there a 
> mess-up at some point?"

Do something trivial that can't fail sometime during the script.  Like create a 
VIEW called 'succeeded'.  If you committed, the VIEW will be there.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to