SQLite

Check-in [3faeb85137]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status()
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | dbstatus-cache-spill
Files: files | file ages | folders
SHA3-256: 3faeb851374471a6f94a6fab3a62c73d03330eae6fc72cd1a277b03ad12dcdd0
User & Date: drh 2018-03-14 14:53:50.744
Context
2018-03-14
15:25
Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status(). (check-in: 48a06eb02b user: drh tags: trunk)
14:53
Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() (Closed-Leaf check-in: 3faeb85137 user: drh tags: dbstatus-cache-spill)
08:27
Improve detection of out-of-range parameters in sqlite3_stmt_status() for SQLITE_ENABLE_API_ARMOR builds. (check-in: 21ecbce137 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/status.c.
Changes to src/test_malloc.c.
Changes to test/dbstatus2.test.