This commit is contained in:
Andrew M. Kuchling 2006-06-08 11:56:44 +00:00
parent fd01d7933b
commit 06c5c8a4d3

View file

@ -566,7 +566,7 @@ connections.
If you want \strong{autocommit mode}, then set \member{isolation_level} to None.
Otherwise leave it at it's default, which will result in a plain "BEGIN"
Otherwise leave it at its default, which will result in a plain "BEGIN"
statement, or set it to one of SQLite's supported isolation levels: DEFERRED,
IMMEDIATE or EXCLUSIVE.