Fin Springs wrote: > > A related question: If I do an UPDATE not in an explicit transaction, > it will create an implicit transaction. Is that implicit transaction > the equivalent of wrapping the UPDATE in BEGIN IMMEDIATE....COMMIT? > If not, which BEGIN x is it equivalent to?
I believe it is the same as a normal begin. Locking is deferred until it is required to allow maximum read concurrency. HTH Dennis Cote _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users