SQLite

Changes On Branch begin-concurrent
Login

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

Changes In Branch begin-concurrent Excluding Merge-Ins

This is equivalent to a diff from b40580be to eedf6bed

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: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-05
14:46
Merge the latest trunk enhancements into the begin-concurrent branch. (check-in: 4ff83342 user: drh tags: begin-concurrent)

Changes to Makefile.in.

Changes to Makefile.msc.

Added doc/begin_concurrent.md.

Added ext/session/changebatch1.test.

Added ext/session/changebatchfault.test.

Changes to ext/session/sessionH.test.

Added ext/session/sqlite3changebatch.c.

Added ext/session/sqlite3changebatch.h.

Changes to ext/session/sqlite3session.c.

Changes to ext/session/sqlite3session.h.

Changes to ext/session/test_session.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/bitvec.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/btreeInt.h.

Changes to src/build.c.

Changes to src/func.c.

Changes to src/main.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/parse.y.

Changes to src/pragma.h.

Changes to src/random.c.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test_config.c.

Changes to src/update.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/wal.c.

Changes to src/wal.h.

Added test/bc_test1.c.

Added test/concfault.test.

Added test/concurrent.test.

Added test/concurrent2.test.

Added test/concurrent3.test.

Added test/concurrent4.test.

Added test/concurrent5.test.

Added test/concurrent6.test.

Added test/concurrent7.test.

Added test/concurrent8.test.

Added test/concurrent9.test.

Changes to test/corruptN.test.

Changes to test/fts3corrupt4.test.

Added test/noop_update.test.

Deleted test/parser1.test.

Added test/tt3_core.c.

Changes to test/wal2.test.

Changes to test/wal_common.tcl.

Changes to tool/mkpragmatab.tcl.