]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commit
sqlite: Update to version 3390000
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 10 Jul 2022 13:10:36 +0000 (15:10 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 11 Jul 2022 13:04:08 +0000 (13:04 +0000)
commit5a2bd6d7399b3eb65f6bae3fac2588cf769133c3
tree719bdc923b591e6fc3eb8d57323ee039e1216822
parentbe4bd649f188c5d03a43f28d048de71c550d7fe4
sqlite: Update to version 3390000

- Update from version 3380500 to 3890000
- Update of rootfile not required
- Changelog
   Release 3.39.0 On 2022-06-25
    Add (long overdue) 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 (value "3") from the sqlite3_vtab_distinct() interface that
     indicates a query that has both DISTINCT and ORDER BY clauses.
    Added the sqlite3_db_name() interface.
    The unix os interface resolves all symbolic links in database filenames to create a
     canonical name for the database before the file is opened.
    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.
    Many microoptimizations collectively reduce CPU cycles by about 2.3%.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/sqlite