SQLite

Check-in [d07c4331a2]
Login

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

Overview
Comment:The fullfsync, checkpoint_fullfsync, and cache_spill pragmas apply to all files of a database connection, including those opened by future ATTACH statements.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | cache_spill
Files: files | file ages | folders
SHA1: d07c4331a28d44deca1ece8a34118f5b121b3ee2
User & Date: drh 2013-08-17 15:42:29.969
Context
2013-08-17
16:37
Add the cache_spill pragma. Change the fullfsync and checkpoint_fullfsync pragmas to apply to all attached databases. (check-in: 65a85a156f user: drh tags: trunk)
15:42
The fullfsync, checkpoint_fullfsync, and cache_spill pragmas apply to all files of a database connection, including those opened by future ATTACH statements. (Closed-Leaf check-in: d07c4331a2 user: drh tags: cache_spill)
00:25
Test cases for the cache_spill pragma. (check-in: b85c9ec5e0 user: drh tags: cache_spill)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/attach.c.
Changes to src/pragma.c.
Changes to test/pragma2.test.