SQLite

Changes On Branch release
Login

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

Changes In Branch branch-3.45 Through [8653b758] Excluding Merge-Ins

This is equivalent to a diff from 1066602b to 8653b758

2024-05-09
17:45
Fix a problem causing the recovery extension to use excessive memory and CPU time in some cases. (check-in: bc394acb user: dan tags: branch-3.45)
2024-04-15
14:59
Merge version 3.45.3 patches into the reuse-schema-3.45 sub-branch. (Leaf check-in: a1ff4153 user: drh tags: reuse-schema-3.45)
14:21
Merge all 3.45.3 changes into the wal2-3.45 branch. (Leaf check-in: 2ccc0185 user: drh tags: wal2-3.45)
14:18
Merge all 3.45.3 changes into the begin-concurrent-3.45 subbranch. (Leaf check-in: 3dda82e0 user: drh tags: begin-concurrent-3.45)
13:34
Version 3.45.3 (check-in: 8653b758 user: drh tags: release, branch-3.45, version-3.45.3)
2024-04-12
16:52
Adjustment to EQP output in one test case. (check-in: 08dd2b92 user: drh tags: branch-3.45)
2024-01-16
14:28
wasm build: reformulate an awk invocation to account for awks which do not support the -e flag. Problem reported on the forum via a docker-hosted build. (check-in: 90dd5115 user: stephan tags: branch-3.45)
14:24
Various build- and code-reorg cleanups for ext/wasm. No functional changes. (check-in: 835bd4a1 user: stephan tags: trunk)
2024-01-15
17:01
Version 3.45.0 (check-in: 1066602b user: drh tags: trunk, release, version-3.45.0)
2024-01-12
11:44
Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db. (check-in: f47a5f4e user: dan tags: trunk)

Changes to VERSION.

Changes to autoconf/tea/configure.ac.

Changes to configure.

Changes to ext/consio/console_io.c.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_write.c.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_tcl.c.

Changes to ext/fts5/test/fts5faultH.test.

Changes to ext/fts5/test/fts5integrity.test.

Changes to ext/misc/noop.c.

Changes to ext/recover/dbdata.c.

Changes to ext/recover/recovercorrupt2.test.

Changes to ext/recover/sqlite3recover.c.

Changes to ext/recover/test_recover.c.

Changes to ext/rtree/rtree.c.

Added ext/rtree/rtreeJ.test.

Changes to ext/wasm/GNUmakefile.

Changes to ext/wasm/api/sqlite3-vfs-opfs-sahpool.c-pp.js.

Changes to src/btree.c.

Changes to src/build.c.

Changes to src/ctime.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/global.c.

Changes to src/insert.c.

Changes to src/json.c.

Changes to src/main.c.

Changes to src/memdb.c.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/pragma.c.

Changes to src/printf.c.

Changes to src/resolve.c.

Changes to src/select.c.

Changes to src/shell.c.in.

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/upsert.c.

Changes to src/util.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to src/where.c.

Changes to test/default.test.

Changes to test/fts4intck1.test.

Changes to test/func.test.

Changes to test/fuzzcheck.c.

Changes to test/fuzzinvariants.c.

Changes to test/join5.test.

Changes to test/joinH.test.

Changes to test/json101.test.

Added test/json107.test.

Changes to test/jsonb01.test.

Changes to test/memdb1.test.

Changes to test/misc2.test.

Changes to test/misc8.test.

Changes to test/mmap1.test.

Added test/mmapcorrupt.test.

Changes to test/notnull2.test.

Changes to test/pragma.test.

Changes to test/pragma4.test.

Changes to test/printf.test.

Changes to test/returning1.test.

Changes to test/rowid.test.

Changes to test/scanstatus2.test.

Changes to test/shell5.test.

Changes to test/trigger9.test.

Changes to test/types3.test.

Changes to test/unionall.test.

Changes to test/upsert5.test.

Changes to test/vacuum-into.test.

Changes to tool/mkctimec.tcl.