Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the last sentence of sharedcache.html to read "These restrictions were dropped in version 3.5.0.". |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d1b5895b06e04fb6307d7e8dece88ac9 |
User & Date: | dan 2009-03-23 08:29:13.000 |
Context
2009-03-27
| ||
15:12 | Make it clear that the case_sensitive_like pragma installs a new application-defined LIKE function. (check-in: e96456b379 user: drh tags: trunk) | |
2009-03-23
| ||
08:29 | Update the last sentence of sharedcache.html to read "These restrictions were dropped in version 3.5.0.". (check-in: d1b5895b06 user: dan tags: trunk) | |
2009-03-22
| ||
20:48 | Mark the INDEXED token as being usable as an object name. (check-in: d2a68d4718 user: drh tags: trunk) | |
Changes
Changes to pages/sharedcache.in.
︙ | ︙ | |||
179 180 181 182 183 184 185 | <tcl>HEADING 1 {Thread Related Issues}</tcl> <p>In SQLite versions 3.3.0 through 3.4.2 when shared-cache mode is enabled, a database connection may only be used by the thread that called [sqlite3_open()] to create it. And a connection could only share cache with another connection in the same thread. | | | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | <tcl>HEADING 1 {Thread Related Issues}</tcl> <p>In SQLite versions 3.3.0 through 3.4.2 when shared-cache mode is enabled, a database connection may only be used by the thread that called [sqlite3_open()] to create it. And a connection could only share cache with another connection in the same thread. These restrictions were dropped beginning with SQLite version 3.5.0. </p> <tcl>HEADING 1 {Shared Cache And Virtual Tables}</tcl> <p>Shared cache mode cannot be used together with virtual tables. The reason for this is that virtual tables often make a copy of the ["sqlite3*"] database handle that was used to originally open |
︙ | ︙ |