Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch mistake Excluding Merge-Ins
This is equivalent to a diff from 54b8888080 to 80dfcc313e
2025-06-03
| ||
14:19 | Merge latest changes from the wal2 branch into this branch. (check-in: 93740658c8 user: dan tags: bedrock) | |
14:08 | Merge latest trunk changes into this branch. (Closed-Leaf check-in: 80dfcc313e user: dan tags: mistake) | |
10:49 | Enhance sqlite3_rsync so that it works even if the replica database is initially malformed. (check-in: ea1754f7d8 user: drh tags: trunk) | |
2025-05-29
| ||
14:59 | Update the bedrock branch to version 3.50.0 (check-in: 54b8888080 user: drh tags: bedrock) | |
14:47 | Bring the wal2 branch to to version 3.50.0. (check-in: 9f9f81ca9c user: drh tags: wal2) | |
2025-05-19
| ||
16:58 | Merge the latest trunk enhancements into the bedrock branch through the wal2 intermediary. (check-in: e7d6e993df user: drh tags: bedrock) | |
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.in.
Changes to autoconf/tea/Makefile.in.
Changes to autoconf/tea/README.txt.
Changes to autoconf/tea/_teaish.tester.tcl.in.
Deleted autoconf/tea/doc/sqlite3.n.
Changes to autoconf/tea/teaish.tcl.
Changes to autosetup/proj.tcl.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts5/fts5Int.h.
Changes to ext/jni/src/org/sqlite/jni/capi/AggregateFunction.java.
Changes to ext/rtree/rtree.c.
Changes to ext/wasm/GNUmakefile.
Changes to ext/wasm/api/sqlite3-wasm.c.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/dbpage.c.
Changes to src/expr.c.
Changes to src/json.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to src/wal.c.
Changes to src/wherecode.c.
Added test/dblwidth-a.sql.
Changes to test/fts3join.test.
Changes to test/join.test.
Changes to test/joinH.test.
Changes to test/snapshot3.test.
Changes to test/tclsqlite.test.
Changes to test/vacuum.test.
Added test/walsetlk_recover.test.
Added test/walsetlk_snapshot.test.
Changes to tool/lemon.c.
Changes to tool/sqlite3_rsync.c.