SQLite

Changes On Branch reuse-schema
Login

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

Changes In Branch reuse-schema Excluding Merge-Ins

This is equivalent to a diff from 96c92aba to 8f6b8594

2024-05-23
23:30
Fix the window-function group_concat() so that it returns an empty string if it has one or more empty string inputs. (check-in: 7fe11274 user: drh tags: branch-3.46)
14:58
Increase the version number to 3.47.0 to begin the next development cycle. (check-in: 20e228a2 user: drh tags: trunk)
14:09
Version 3.46.0 for the reuse-schema branch (Leaf check-in: 8f6b8594 user: drh tags: reuse-schema)
14:05
Version 3.46.0 for the wal2 branch. (Leaf check-in: fdc0e148 user: drh tags: wal2)
14:04
Version 3.46.0 for the begin-concurrent branch (check-in: e3f8c70e user: drh tags: begin-concurrent)
13:25
Version 3.46.0 (check-in: 96c92aba user: drh tags: trunk, release, major-release, version-3.46.0)
2024-05-21
17:37
Ensure an sqlite_dbdata cursor is properly reset before being used again, even if it has already encountered database corruption. (check-in: 3210e1ca user: dan tags: trunk)
15:20
Merge the lates trunk enhancements into the reuse-schema branch. (check-in: 97e0af88 user: drh tags: reuse-schema)

Changes to Makefile.in.

Changes to Makefile.msc.

Added doc/shared_schema.md.

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

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/build.c.

Changes to src/callback.c.

Changes to src/main.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/prepare.c.

Changes to src/shell.c.in.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/status.c.

Changes to src/tclsqlite.c.

Changes to src/test_config.c.

Added src/test_schemapool.c.

Changes to src/test_tclsh.c.

Changes to src/trigger.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vdbe.h.

Changes to src/vdbeaux.c.

Changes to src/vdbeblob.c.

Changes to src/vtab.c.

Changes to src/where.c.

Added test/reuse1.test.

Added test/reuse2.test.

Added test/reuse3.test.

Added test/reuse4.test.

Added test/reuse5.test.

Added test/reuse6.test.

Added test/reusefault.test.

Changes to test/shell9.test.

Changes to test/tclsqlite.test.

Changes to test/tester.tcl.

Changes to test/testrunner.tcl.

Changes to test/testrunner_data.tcl.

Changes to test/threadtest3.c.

Changes to test/tt3_checkpoint.c.

Changes to test/tt3_index.c.

Changes to test/tt3_lookaside1.c.

Added test/tt3_reuseschema.c.

Changes to test/tt3_stress.c.

Changes to test/tt3_vacuum.c.

Changes to tool/mkpragmatab.tcl.