diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:16:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:16:44 +0000 |
commit | 62a67b10ff9f9eea6a4695649fb8252d2a4bc74d (patch) | |
tree | 7b54cadc082d323cda5fd24248e85b7d2ea664a3 /www/news.html | |
parent | Adding debian version 3.45.3-1. (diff) | |
download | sqlite3-62a67b10ff9f9eea6a4695649fb8252d2a4bc74d.tar.xz sqlite3-62a67b10ff9f9eea6a4695649fb8252d2a4bc74d.zip |
Merging upstream version 3.46.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | www/news.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/www/news.html b/www/news.html index 6e9fba3..8a058a6 100644 --- a/www/news.html +++ b/www/news.html @@ -119,7 +119,19 @@ antiRobotDefense(); <h2>Recent News</h2> -<a name="2024_04_15"></a><h3>2024-04-15 - <a href="releaselog/3_45_3.html">Version 3.45.3</a></h3><blockquote> +<a name="2024_05_23"></a><h3>2024-05-23 - <a href="releaselog/3_46_0.html">Version 3.46.0</a></h3><blockquote> +Version 3.46.0 is an enhancement release. Enhancements include: +<ul> +<li> Improvements to the <a href="pragma.html#pragma_optimize">PRAGMA optimize</a> command +<li> Enhancements to the <a href="lang_datefunc.html">date and time functions</a> +<li> The ability to put "_" between digits in numeric literals for readability +<li> Added the <a href="json1.html#jpretty">json_pretty()</a> function +<li> Improvements to the query planner, especially a new faster implementation + for VALUES clauses with many terms. +</ul> +<p> +None of these enhancements are critical. Update at your convenience. +</blockquote><hr width="50%"><a name="2024_04_15"></a><h3>2024-04-15 - <a href="releaselog/3_45_3.html">Version 3.45.3</a></h3><blockquote> Version 3.45.3 is a patch release that fixes a few obscure problems, including: <ul> @@ -852,5 +864,5 @@ the Firefox developers at Mozilla. The differences from version </blockquote><hr width="50%"> <a href="oldnews.html">Old news...</a> -<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/news.in?m=5d7fc0049c">2024-04-15 13:35:54</a> UTC </small></i></p> +<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/news.in?m=ab00e0d532">2024-05-22 19:07:18</a> UTC </small></i></p> |