*** DRAFT ***

SQLite Release 3.54.0 On 2026-10-15

  1. Add the analyze() SQL function as an optional extension.
  2. CLI enhancements:
    1. Use the new analyze() extension to implement the ".dbstat" dot-command.
    2. Intrepret escape codes in CLI prompt strings, and take the initial prompt strings from the SQLITE_PS1 and SQLITE_PS2 environment variables, if defined.
  3. Use O_TMPFILE to generate temporary files, on systems that support that option.

    Hashes:

  4. SQLITE_SOURCE_ID: pending
  5. 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 ***