Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the shared cache documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
078a97faa5737c92aba81782dc03f376 |
User & Date: | drh 2015-04-02 17:10:01.147 |
Context
2015-04-07
| ||
01:45 | Add a news entry and set the dates for the 3.8.9 release. (check-in: 4f5e3f3f7d user: drh tags: trunk) | |
2015-04-02
| ||
17:10 | Fix typo in the shared cache documentation. (check-in: 078a97faa5 user: drh tags: trunk) | |
2015-03-31
| ||
14:31 | Clarify the wording of the SQLITE_SECURE_DELETE documentation. (check-in: ce7c9f89a7 user: drh tags: trunk) | |
Changes
Changes to pages/sharedcache.in.
︙ | ︙ | |||
201 202 203 204 205 206 207 | shared-cache mode: </p> <blockquote><pre> int sqlite3_enable_shared_cache(int); </pre></blockquote> | | | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | shared-cache mode: </p> <blockquote><pre> int sqlite3_enable_shared_cache(int); </pre></blockquote> <p>Each call to [sqlite3_enable_shared_cache()] affects subsequent database connections created using [sqlite3_open()], [sqlite3_open16()], or [sqlite3_open_v2()]. Database connections that already exist are unaffected. Each call to [sqlite3_enable_shared_cache()] overrides all previous calls within the same process. </p> <p>Individual database connections created using [sqlite3_open_v2()] can |
︙ | ︙ |