diff options
Diffstat (limited to 'www/releaselog/current.html')
-rw-r--r-- | www/releaselog/current.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/www/releaselog/current.html b/www/releaselog/current.html index a1e2ce6..4e6d9e3 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.2 On 2024-03-12</title> +<title>SQLite Release 3.45.3 On 2024-04-15</title> <!-- path=../ --> </head> <body> @@ -115,7 +115,7 @@ antiRobotGo(); } antiRobotDefense(); </script> -<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> +<h2>SQLite Release 3.45.3 On 2024-04-15</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>. @@ -185,7 +185,7 @@ antiRobotDefense(); but which are otherwise pointless. </ol> -<p><b>Changes in this specific patch release, version 3.45.2 (2024-03-12):</b></p> +<p><b>Prior changes from 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. @@ -199,9 +199,22 @@ antiRobotDefense(); 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. +</ol> +<p><b>Changes in this specific patch release, version 3.45.3 (2024-04-15):</b></p> +<p><ol class='lessindent'> +<li value='16'> Fix a long-standing bug (going back to <a href="../releaselog/3_24_0.html">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-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77" -<li>SHA3-256 for sqlite3.c: bd76ad2dc9cde151e469e86627a7e8753aa8ef1a6f657c5a80ba48324b53226b +<li>SQLITE_SOURCE_ID: 2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355 +<li>SHA3-256 for sqlite3.c: 21dbe688a71b449d28e2a8ec6a43e7520e54df456e02b6d4f6a1d1c7a998c826 </ol></p> |