*** DRAFT ***
SQLite Release 3.52.0 On 2026-03-01
- Enhance ALTER TABLE to permit adding and removing NOT NULL
and CHECK constraints.
- Add the Query Result Formatter (QRF)
library for formatting the results of SQL queries for human readability
on a fixed-pitch font screen.
- Renovate the CLI and expecially the .mode command.
- Add the format method to the TCL Interface.
- New C-language interfaces:
- sqlite3_str_truncate()
- sqlite3_str_free()
- SQLITE_LIMIT_PARSER_DEPTH
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 ***