*** DRAFT ***

SQLite Release 3.44.0 On 2023-12-31

  1. Add support for the concat() and concat_ws() SQL functions.
  2. New conversion letters on the strftime() SQL function: %e %F %I %k %l %p %P %R %T %u
  3. Add new C-language APIs: sqlite3_get_clientdata() and sqlite3_set_clientdata().

    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 ***