diff options
author | adam <adam@pkgsrc.org> | 2022-07-01 17:49:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-01 17:49:39 +0000 |
commit | ff04922bb8c7e4c6b3aed7e22dbbd604df3ae4eb (patch) | |
tree | 27121bfd68c2f7230c26161631ec0cd1aad833c4 /databases/sqlite3 | |
parent | 19b889345c0381b44e9b78affa27a539a05adc47 (diff) | |
download | pkgsrc-ff04922bb8c7e4c6b3aed7e22dbbd604df3ae4eb.tar.gz |
sqlite3: updated to 3.39.0
SQLite 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%.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile.common | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 8172ec662ac..430f31e092d 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.90 2022/05/08 08:10:26 adam Exp $ +# $NetBSD: Makefile.common,v 1.91 2022/07/01 17:49:39 adam Exp $ # # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile # used by devel/lemon/Makefile -SQLITE3_DISTVERSION= 3380500 -SQLITE3_VERSION= 3.38.5 +SQLITE3_DISTVERSION= 3390000 +SQLITE3_VERSION= 3.39.0 MASTER_SITES= http://www.sqlite.org/2022/ MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2022/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index fc859f01563..92791c86abd 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.183 2022/05/08 08:10:26 adam Exp $ +$NetBSD: distinfo,v 1.184 2022/07/01 17:49:39 adam Exp $ -BLAKE2s (sqlite-autoconf-3380500.tar.gz) = f3f2c62f0fb90c29f4e4377c270dc9ddee62a2337c38144f035e66d4286e9538 -SHA512 (sqlite-autoconf-3380500.tar.gz) = 6f515a7782bfb5414702721fc78ada5bf388f4bf8b3e3c2ec269df33a2e372859f682d028c30084e89847705c7050ea80790d51fbcc4decea8fbb0a35b89c0b3 -Size (sqlite-autoconf-3380500.tar.gz) = 3033164 bytes +BLAKE2s (sqlite-autoconf-3390000.tar.gz) = 351b0005ca8e75ee6f5dd10584a59b9f5b888548033139ffcb7b523cd7874949 +SHA512 (sqlite-autoconf-3390000.tar.gz) = cc6e4d9a8e821f1feae2bc69d1eb212723624e67197defbf86b7b7f1e2e80e473798964bf3863fbce728800b262851b967c7b7de008e6ccf2707e671ebb27398 +Size (sqlite-autoconf-3390000.tar.gz) = 3064015 bytes SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4 |