>
> So really it is if there are transactions:  The first transaction by SQLite
> completes exactly as it said it would.  Then the second transaction (the
> "rm" command) deletes the ATTACHed database.
>
> If you want to interrupt a transaction, use the "kill -9" command on the
> SQLite process at one of the xSync calls.  You'll find that the transaction
> will be rolled back.  (We do extensive tests of that scenario before each
> release.)
>
>
> --
> D. Richard Hipp
> drh at 
> sqlite.org<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users>
>


Fair point.  I should have considered that.

Thanks for your prompt and concise response.

I'll give the 'kill -9' test a quick go.

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

Reply via email to