On Wed, Mar 23, 2011 at 7:05 AM, Jean-Marie CUAZ <[email protected]> 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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

