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) ?

Many thanks

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

Reply via email to