Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 8cf29db0b859548a1475769b8cf350f38f909034 |
|---|---|
| Date: | 2012-09-24 11:40:03 |
| User: | drh |
| Comment: | Documentation update for shared-cache. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/sharedcache.in
193 In older versions of SQLite, 193 In older versions of SQLite, 194 shared cache mode could not be used together with virtual tables. 194 shared cache mode could not be used together with virtual tables. 195 This restriction was removed in SQLite [version 3.6.17]. 195 This restriction was removed in SQLite [version 3.6.17]. 196 196 197 <tcl>HEADING 1 {Enabling Shared-Cache Mode}</tcl> 197 <tcl>HEADING 1 {Enabling Shared-Cache Mode}</tcl> 198 198 199 <p>Shared-cache mode is enabled on a per-process basis. Using the C 199 <p>Shared-cache mode is enabled on a per-process basis. Using the C 200 interface, the following API can be used to enable or disable shared-cache | 200 interface, the following API can be used to globally enable or disable 201 mode for the calling thread: | 201 shared-cache mode: 202 </p> 202 </p> 203 203 204 <blockquote><pre> 204 <blockquote><pre> 205 int sqlite3_enable_shared_cache(int); 205 int sqlite3_enable_shared_cache(int); 206 </pre></blockquote> 206 </pre></blockquote> 207 207 208 <p>Each call [sqlite3_enable_shared_cache()] effects subsequent database 208 <p>Each call [sqlite3_enable_shared_cache()] effects subsequent database