diff options
Diffstat (limited to 'www/releaselog/current.html')
-rw-r--r-- | www/releaselog/current.html | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/www/releaselog/current.html b/www/releaselog/current.html index 7075df7..a1e2ce6 100644 --- a/www/releaselog/current.html +++ b/www/releaselog/current.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link href="../sqlite.css" rel="stylesheet"> -<title>SQLite Release 3.45.1 On 2024-01-30</title> +<title>SQLite Release 3.45.2 On 2024-03-12</title> <!-- path=../ --> </head> <body> @@ -115,7 +115,7 @@ antiRobotGo(); } antiRobotDefense(); </script> -<h2>SQLite Release 3.45.1 On 2024-01-30</h2><p><b>Prior changes from version 3.45.0 (2024-01-15):</b></p> +<h2>SQLite Release 3.45.2 On 2024-03-12</h2><p><b>Prior changes from version 3.45.0 (2024-01-15):</b></p> <p><ol class='lessindent'> <li value='1'> Added the <a href="../c3ref/c_deterministic.html#sqliteresultsubtype">SQLITE_RESULT_SUBTYPE</a> property for <a href="../appfunc.html">application-defined SQL functions</a>. @@ -161,7 +161,7 @@ antiRobotDefense(); ".dbconfig dqs_dll on". </ol> </ol> -<p><b>Changes in this specific patch release, version 3.45.1 (2024-01-30):</b></p> +<p><b>Prior changes from version 3.45.1 (2024-01-30):</b></p> <p><ol class='lessindent'> <li value='8'> Restore the <a href="../json1.html#jblobbug">JSON BLOB input bug</a>, and promise to support the anomaly in subsequent releases, for backward compatibility. @@ -184,9 +184,24 @@ antiRobotDefense(); of SQL statements that are deliberately designed to stress the query planner but which are otherwise pointless. +</ol> +<p><b>Changes in this specific patch release, version 3.45.2 (2024-03-12):</b></p> +<p><ol class='lessindent'> +<li value='13'> Fix an error in <a href="../lang_upsert.html">UPSERT</a>, introduced by enhancement 3a in <a href="../releaselog/3_35_0.html">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="../releaselog/3_35_0.html">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-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a -<li>SHA3-256 for sqlite3.c: 0474604df9e1b69a5544295dd046aad954749279780d557da80f44b958100295 +<li>SQLITE_SOURCE_ID: "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77" +<li>SHA3-256 for sqlite3.c: bd76ad2dc9cde151e469e86627a7e8753aa8ef1a6f657c5a80ba48324b53226b </ol></p> |