kyan wrote:
> Apart from performance, there is also the issue of concurrency, where the
> program does the query , decides it is OK to make the change but in the
> meantime somebody else has made another change that invalidates the
> program's change, for instance inserted a detail record to the master the
> user is trying to delete.

This is why we have transactions.


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

Reply via email to