SQLite

Changes On Branch mistake
Login

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

Changes In Branch mistake Excluding Merge-Ins

This is equivalent to a diff from 0f93b52c to 4c23cad9

2024-04-15
14:45
Merge all of the latest trunk enhancements into the bedrock branch. (Leaf check-in: 16dac180 user: drh tags: bedrock)
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)
2024-04-08
12:02
Merge the latest trunk enhancements, and especially the enhancement to the WHERE-clause push-down optimization, into the bedrock branch. (check-in: 0f93b52c user: drh tags: bedrock)
11:57
Merge the latest trunk enhancements into the wal2 branch. (check-in: 59ccea7d user: drh tags: wal2)
2024-04-05
14:54
Merge the latest trunk enhancements into the bedrock branch. (check-in: 7a2a64b6 user: drh tags: bedrock)

Changes to ext/fts3/fts3_snippet.c.

Changes to ext/recover/dbdata.c.

Changes to ext/recover/recovercorrupt2.test.

Changes to ext/recover/sqlite3recover.c.

Changes to src/btree.c.

Changes to src/insert.c.

Changes to src/pager.c.

Changes to test/fts3snippet2.test.

Changes to test/returning1.test.

Changes to test/testrunner.tcl.

Changes to test/upsert1.test.

Changes to test/vacuum-into.test.