diff options
Diffstat (limited to 'www/changes.html')
-rw-r--r-- | www/changes.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/changes.html b/www/changes.html index b7f5e21..8812a6c 100644 --- a/www/changes.html +++ b/www/changes.html @@ -129,6 +129,25 @@ 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_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> + (2021-03-12), that could cause an index to get out-of-sync with its table. + <a href="https://sqlite.org/forum/forumpost/919c6579c8">Forum thread 919c6579c8</a>. +<li> Reduce the scope of the NOT NULL strength reduction optimization that was + added as item 8e in <a href="#version_3_35_0">version 3.35.0</a> (2021-03-12). The optimization + was being attempted in some contexts where it did not work, resulting in + incorrect query results. + <a href="https://sqlite.org/forum/forumpost/440f2a2f17">Forum thread 440f2a2f17</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.1&to=version-3.45.2&to2=branch-3.45">timeline</a> + for details. +<p><b>Hashes:</b> +<li>SQLITE_SOURCE_ID: "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77" +<li>SHA3-256 for sqlite3.c: bd76ad2dc9cde151e469e86627a7e8753aa8ef1a6f657c5a80ba48324b53226b + +</ol></p> <a name="version_3_45_1"></a> <h3>2024-01-30 (3.45.1)</h3><p><ol class='lessindent'> <li> Restore the <a href="json1.html#jblobbug">JSON BLOB input bug</a>, and promise to support the anomaly in |