*** DRAFT ***

SQLite Release 3.52.0 On 2026-03-01

  1. Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints.
  2. Add the Query Result Formatter (QRF) library for formatting the results of SQL queries for human readability on a fixed-pitch font screen.
  3. Renovate the CLI and expecially the .mode command.
  4. Add the format method to the TCL Interface.
  5. New C-language interfaces:
    1. sqlite3_str_truncate()
    2. sqlite3_str_free()
    3. SQLITE_LIMIT_PARSER_DEPTH

    Hashes:

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