http://www.sqlite.org/lockingv3.html , in section "5.0 Writing to a
database file", says:

"Future versions of SQLite might provide a "CHECKPOINT" SQL command
that will commit all changes made so far within a transaction but
retain the RESERVED lock so that additional changes can be made
without given any other process an opportunity to write."

"without given" should be "without giving".

Cheers,
Philip
-- 
Philip Newton <philip.new...@pobox.com>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to