*** DRAFT ***
SQLite Release 3.54.0 On 2026-10-15
- Add the analyze() SQL function as an optional extension.
- CLI enhancements:
- Use the new analyze() extension to implement the
".dbstat" dot-command.
- Intrepret escape codes in CLI prompt strings, and
take the initial prompt strings from the
SQLITE_PS1 and SQLITE_PS2 environment variables, if
defined.
- Use O_TMPFILE to generate temporary files, on systems that
support that option.
Hashes:
- SQLITE_SOURCE_ID: pending
- SHA3-256 for sqlite3.c: pending
A complete list of SQLite releases
in a single page and a chronology are both also available.
A detailed history of every
check-in is available at
SQLite version control site.
*** DRAFT ***