Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 5081393990327809fd77f75d7ce26ae61a33ba73 |
|---|---|
| Date: | 2012-12-11 19:43:24 |
| User: | drh |
| Comment: | Fix a typo in the requirements marks for "PRAGMA busy_timeout". |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/pragma.in
183 <p>^When the auto_vacuum pragma is invoked with no arguments, it 183 <p>^When the auto_vacuum pragma is invoked with no arguments, it 184 returns the current auto_vacuum mode.</p> 184 returns the current auto_vacuum mode.</p> 185 } 185 } 186 186 187 Pragma busy_timeout { 187 Pragma busy_timeout { 188 <p>^(<b>PRAGMA busy_timeout; 188 <p>^(<b>PRAGMA busy_timeout; 189 <br>PRAGMA busy_timeout = </b><i>milliseconds</i><b>;</b></p> 189 <br>PRAGMA busy_timeout = </b><i>milliseconds</i><b>;</b></p> 190 <p>Query or change the setting of the [sqlite3_busy_timeout | busy timeout]. | 190 <p>Query or change the setting of the > 191 [sqlite3_busy_timeout | busy timeout].)^ 191 This pragma is an alternative to the [sqlite3_busy_timeout()] C-language 192 This pragma is an alternative to the [sqlite3_busy_timeout()] C-language 192 interface which is made available as a pragma for use with language 193 interface which is made available as a pragma for use with language 193 bindings that do not provide direct access to [sqlite3_busy_timeout()]. 194 bindings that do not provide direct access to [sqlite3_busy_timeout()]. 194 } 195 } 195 196 196 Pragma cache_size { 197 Pragma cache_size { 197 <p>^(<b>PRAGMA cache_size; 198 <p>^(<b>PRAGMA cache_size;