On Wed, Mar 23, 2011 at 7:05 AM, Jean-Marie CUAZ <jm.c...@orens.fr> wrote:

> Hello,
>
> In a Tcl script, is it safe to call the Tcl "_return_" command inside
> and before the end of a multi-statement "_transaction_" method (for
> aborting the Tcl procedure in case of Sql/application error) ?
>
> In other words is the transaction handled at the SQLite level "closed"
> safely (and the statements executed before the "return" invocation be
> rolled back automatically) ?
>

Yes.


>
> Many thanks
>
> Jean-Marie
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to