Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
enable_shared_cache.html

Index Summary Markup Original


R-48680-34580-07535-36530-00266-23021-14207-17358 tcl slt th3 src

This routine enables or disables the sharing of the database cache and schema data structures between connections to the same database. Sharing is enabled if the argument is true and disabled if the argument is false.

/* IMP: R-48680-34580 */
# EVIDENCE-OF: R-48680-34580 This routine enables or disables the
# sharing of the database cache and schema data structures between
# connections to the same database. Sharing is enabled if the argument
# is true and disabled if the argument is false.

R-34616-57962-62200-63763-25892-01209-38424-05918 tcl slt th3 src

Cache sharing is enabled and disabled for an entire process.

/* IMP: R-34616-57962 */
# EVIDENCE-OF: R-34616-57962 Cache sharing is enabled and disabled for
# an entire process.

R-00820-56127-32552-48001-55340-02932-17552-54138 tcl slt th3 src

The cache sharing mode set by this interface effects all subsequent calls to sqlite3_open(), sqlite3_open_v2(), and sqlite3_open16(). Existing database connections continue use the sharing mode that was in effect at the time they were opened.

/* IMP: R-00820-56127 */
# EVIDENCE-OF: R-00820-56127 The cache sharing mode set by this
# interface effects all subsequent calls to sqlite3_open(),
# sqlite3_open_v2(), and sqlite3_open16(). Existing database connections
# continue use the sharing mode that was in effect at the time they were
# opened.

R-03415-51114-16877-13927-48292-50475-12409-45422 tcl slt th3 src

This routine returns SQLITE_OK if shared cache was enabled or disabled successfully. An error code is returned otherwise.

/* IMP: R-03415-51114 */
# EVIDENCE-OF: R-03415-51114 This routine returns SQLITE_OK if shared
# cache was enabled or disabled successfully. An error code is returned
# otherwise.

R-07443-03104-25430-52440-15603-28211-53431-58552 tcl slt th3 src

Shared cache is disabled by default.

/* IMP: R-07443-03104 */
# EVIDENCE-OF: R-07443-03104 Shared cache is disabled by default.