Documentation Source Text
Check-in [4eade435df]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:4eade435dfa3fb643097b47c1696068ca7a36efc
Date: 2012-10-15 06:10:20
User: mistachkin
Comment:Fix typo in the description of PRAGMA journal_mode.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/pragma.in

436 ^The new journal mode is returned. ^If the journal mode 436 ^The new journal mode is returned. ^If the journal mode 437 could not be changed, the original journal mode is returned.</p> 437 could not be changed, the original journal mode is returned.</p> 438 438 439 <p>^The DELETE journaling mode is the normal behavior. ^In the DELETE 439 <p>^The DELETE journaling mode is the normal behavior. ^In the DELETE 440 mode, the rollback journal is deleted at the conclusion of each 440 mode, the rollback journal is deleted at the conclusion of each 441 transaction. Indeed, the delete operation is the action that causes 441 transaction. Indeed, the delete operation is the action that causes 442 the transaction to commit. 442 the transaction to commit. 443 (See the documented titled <a href="atomiccommit.html"> | 443 (See the document titled <a href="atomiccommit.html"> 444 Atomic Commit In SQLite</a> for additional detail.)</p> 444 Atomic Commit In SQLite</a> for additional detail.)</p> 445 445 446 <p>^The TRUNCATE journaling mode commits transactions by truncating 446 <p>^The TRUNCATE journaling mode commits transactions by truncating 447 the rollback journal to zero-length instead of deleting it. On many 447 the rollback journal to zero-length instead of deleting it. On many 448 systems, truncating a file is much faster than deleting the file since 448 systems, truncating a file is much faster than deleting the file since 449 the containing directory does not need to be changed.</p> 449 the containing directory does not need to be changed.</p> 450 450