Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 556fe1bb348bf3cc13e99da866cb8e15358edf9e |
|---|---|
| Date: | 2013-03-03 00:19:41 |
| User: | drh |
| Comment: | Fix a typo on the pragma documentation. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/pragma.in
579 held. ^The first time the database is written, an exclusive lock is 579 held. ^The first time the database is written, an exclusive lock is 580 obtained and held.</p> 580 obtained and held.</p> 581 581 582 <p>^Database locks obtained by a connection in EXCLUSIVE mode may be 582 <p>^Database locks obtained by a connection in EXCLUSIVE mode may be 583 released either by closing the database connection, or by setting the 583 released either by closing the database connection, or by setting the 584 locking-mode back to NORMAL using this pragma and then accessing the 584 locking-mode back to NORMAL using this pragma and then accessing the 585 database file (for read or write). ^Simply setting the locking-mode to 585 database file (for read or write). ^Simply setting the locking-mode to 586 NORMAL is not enough - locks are not be released until the next time | 586 NORMAL is not enough - locks are not released until the next time 587 the database file is accessed.</p> 587 the database file is accessed.</p> 588 588 589 <p>There are three reasons to set the locking-mode to EXCLUSIVE. 589 <p>There are three reasons to set the locking-mode to EXCLUSIVE. 590 <ol> 590 <ol> 591 <li>^The application wants to prevent other processes from 591 <li>^The application wants to prevent other processes from 592 accessing the database file. 592 accessing the database file. 593 <li>^The number of system calls for filesystem operations is reduced, 593 <li>^The number of system calls for filesystem operations is reduced,