diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 17:30:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 17:30:16 +0000 |
commit | b74486be0ae6240834852c4a9d5f8ea3a1c92fff (patch) | |
tree | c5f6bc5aefed5712f27c84dbc55609f90fdd269b /www/changes.html | |
parent | Releasing progress-linux version 3.45.2-1~progress7.99u1. (diff) | |
download | sqlite3-b74486be0ae6240834852c4a9d5f8ea3a1c92fff.tar.xz sqlite3-b74486be0ae6240834852c4a9d5f8ea3a1c92fff.zip |
Merging upstream version 3.45.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'www/changes.html')
-rw-r--r-- | www/changes.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/changes.html b/www/changes.html index 8812a6c..8defc25 100644 --- a/www/changes.html +++ b/www/changes.html @@ -129,6 +129,23 @@ https://www.sqlite.org/src/timeline?t=release</a>. See the <a href="chronology.html">chronology</a> a succinct listing of releases. </p> +<a name="version_3_45_3"></a> +<h3>2024-04-15 (3.45.3)</h3><p><ol class='lessindent'> +<li> Fix a long-standing bug (going back to <a href="#version_3_24_0">version 3.24.0</a>) + that might (rarely) cause the "old.*" values of an <a href="lang_createtrigger.html">UPDATE trigger</a> + to be incorrect if that trigger fires in response to an <a href="lang_upsert.html">UPSERT</a>. + <a href="https://sqlite.org/forum/forumpost/284955a3cd454a15">Forum post 284955a3cd454a15</a>. +<li> Fix a bug in <a href="lang_aggfunc.html#sumunc">sum()</a> that could cause it to return NULL when it should return + Infinity. <a href="https://sqlite.org/forum/forumpost/23b8688ef4">Forum post 23b8688ef4</a>. +<li> Other trifling corrections and compiler warning fixes that have come up + since the previous patch release. See the + <a href="https://sqlite.org/src/timeline?from=version-3.45.2&to=version-3.45.3&to2=branch-3.45">timeline</a> + for details. +<p><b>Hashes:</b> +<li>SQLITE_SOURCE_ID: 2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355 +<li>SHA3-256 for sqlite3.c: 21dbe688a71b449d28e2a8ec6a43e7520e54df456e02b6d4f6a1d1c7a998c826 + +</ol></p> <a name="version_3_45_2"></a> <h3>2024-03-12 (3.45.2)</h3><p><ol class='lessindent'> <li> Fix an error in <a href="lang_upsert.html">UPSERT</a>, introduced by enhancement 3a in <a href="#version_3_35_0">version 3.35.0</a> |