Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the requirements marks for "PRAGMA busy_timeout". |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5081393990327809fd77f75d7ce26ae6 |
User & Date: | drh 2012-12-11 19:43:24.137 |
Context
2012-12-12
| ||
14:44 | Update the changelog with the sha1 and source-id for 3715. (check-in: acbd6231fa user: dan tags: trunk) | |
2012-12-11
| ||
19:43 | Fix a typo in the requirements marks for "PRAGMA busy_timeout". (check-in: 5081393990 user: drh tags: trunk) | |
19:11 | Documentation typos fixed. (check-in: 5d8312cd94 user: drh tags: trunk) | |
Changes
Changes to pages/pragma.in.
︙ | ︙ | |||
183 184 185 186 187 188 189 | <p>^When the auto_vacuum pragma is invoked with no arguments, it returns the current auto_vacuum mode.</p> } Pragma busy_timeout { <p>^(<b>PRAGMA busy_timeout; <br>PRAGMA busy_timeout = </b><i>milliseconds</i><b>;</b></p> | | > | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | <p>^When the auto_vacuum pragma is invoked with no arguments, it returns the current auto_vacuum mode.</p> } Pragma busy_timeout { <p>^(<b>PRAGMA busy_timeout; <br>PRAGMA busy_timeout = </b><i>milliseconds</i><b>;</b></p> <p>Query or change the setting of the [sqlite3_busy_timeout | busy timeout].)^ This pragma is an alternative to the [sqlite3_busy_timeout()] C-language interface which is made available as a pragma for use with language bindings that do not provide direct access to [sqlite3_busy_timeout()]. } Pragma cache_size { <p>^(<b>PRAGMA cache_size; |
︙ | ︙ |