SQLite

Changes On Branch wal2
Login

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

Changes In Branch wal2 Excluding Merge-Ins

This is equivalent to a diff from b40580be to 4a72acbc

2024-04-15
20:43
The first assert() added in [0ebc65481f4a3e79] is not necessarily true in a corrupt database file. So add a term to make it true. (check-in: 6b21cccd user: drh tags: trunk)
20:24
Add experimental way to specify an alternative tokenizer when writing to or querying an fts5 table. (check-in: 6c51c9c6 user: dan tags: fts5-tokenize-blob)
14:45
Merge all of the latest trunk enhancements into the bedrock branch. (Leaf check-in: 16dac180 user: drh tags: bedrock)
14:39
Merge the latest trunk enhancements into the wal2 branch. (Leaf check-in: 4a72acbc user: drh tags: wal2)
14:36
Merge the latest trunk enhancements into the begin-concurrent branch. (Leaf check-in: eedf6bed user: drh tags: begin-concurrent)
14:29
Merge from wrong branch. Bedrock should be updated from wal2, not from trunk. (Closed-Leaf check-in: 4c23cad9 user: drh tags: mistake)
2024-04-12
18:46
If a build fails in testrunner.tcl, do not attempt to run the jobs that depend on that build. Instead, report those jobs as having been skipped. (check-in: b40580be user: drh tags: trunk)
15:02
Fixes and new tests logic to ensure that the btree overflow page cache is only used when it is consistent. This resolves the malfunction observed in forum post 284955a3cd454a15. (check-in: 5dede50d user: drh tags: trunk)
2024-04-08
11:57
Merge the latest trunk enhancements into the wal2 branch. (check-in: 59ccea7d user: drh tags: wal2)

Changes to Makefile.in.

Changes to Makefile.msc.

Added doc/wal2.md.

Added ext/misc/bgckpt.c.

Added ext/wasm/EXPORTED_FUNCTIONS.fiddle.

Deleted ext/wasm/EXPORTED_FUNCTIONS.fiddle.in.

Changes to ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api.

Changes to ext/wasm/api/sqlite3-worker1-promiser.c-pp.js.

Added ext/wasm/fiddle/fiddle.html.

Deleted ext/wasm/fiddle/index.html.

Changes to main.mk.

Changes to src/btree.c.

Changes to src/ctime.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/pragma.c.

Changes to src/test_hexio.c.

Changes to src/test_tclsh.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to test/corruptA.test.

Changes to test/permutations.test.

Changes to test/rdonly.test.

Changes to test/savepoint.test.

Changes to test/savepoint6.test.

Changes to test/tester.tcl.

Changes to test/uri.test.

Changes to test/wal.test.

Added test/wal2big.test.

Added test/wal2fault.test.

Added test/wal2lock.test.

Added test/wal2openclose.test.

Added test/wal2recover.test.

Added test/wal2recover2.test.

Added test/wal2recover3.test.

Added test/wal2rewrite.test.

Added test/wal2rollback.test.

Added test/wal2savepoint.test.

Added test/wal2simple.test.

Added test/wal2snapshot.test.

Changes to test/walprotocol2.test.

Changes to tool/mkctimec.tcl.