New SQLite SQL Features in 2018: Boolean Literals, Window Functions, FILTER Clause, Upsert, and Column Renaming
This article reviews the SQLite enhancements introduced between versions 3.22.0 and 3.26.0 in 2018, covering Boolean literals, window functions, the FILTER clause, UPSERT syntax, column renaming, and related API changes, while comparing them to other major database systems.
