SQLite Release 3.39.0

#108 · 🔥 187 · 💬 19 · one year ago · sqlite.org · sqlsite · 📷
SQLite Release 3.39.0 On 2022-06-25 Add support for RIGHT and FULL OUTER JOIN. Add new binary comparison operators IS NOT DISTINCT FROM and IS DISTINCT FROM that are equivalent to IS and IS NOT, respective, for compatibility with PostgreSQL and SQL standards. Add a new return code from the sqlite3 vtab distinct() interface that indicates a query that has both DISTINCT and ORDER BY clauses. Defer materializing views until the materialization is actually needed, thus avoiding unnecessary work if the materialization turns out to never be used. The HAVING clause of a SELECT statement is now allowed on any aggregate query, even queries that do not have a GROUP BY clause. C: d9c439cacad5e4992d0d25989cfd27a4c4f59a3183c97873bc03f0ad1aa78b7a. 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.
SQLite Release 3.39.0



Send Feedback | WebAssembly Version (beta)