]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in the name of the CursorHints optimization in the CLI.
authordrh <>
Fri, 19 Sep 2025 09:18:22 +0000 (09:18 +0000)
committerdrh <>
Fri, 19 Sep 2025 09:18:22 +0000 (09:18 +0000)
FossilOrigin-Name: 468a11fd415710042b23880772f6c2c7771008208823fe3b554227a9244dbf92

manifest
manifest.uuid
src/shell.c.in

index 411a5151af8dab94290e65de2770ac48953417e6..d11a18e8cb205fa3c9b4c6685a39b85cf003ad7a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sharmless\scompiler\swarning.
-D 2025-09-19T01:17:44.035
+C Fix\stypo\sin\sthe\sname\sof\sthe\sCursorHints\soptimization\sin\sthe\sCLI.
+D 2025-09-19T09:18:22.076
 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
@@ -743,7 +743,7 @@ F src/random.c 606b00941a1d7dd09c381d3279a058d771f406c5213c9932bbd93d5587be4b9c
 F src/resolve.c f8d1d011aba0964ff1bdccd049d4d2c2fec217efd90d202a4bb775e926b2c25d
 F src/rowset.c 8432130e6c344b3401a8874c3cb49fefe6873fec593294de077afea2dce5ec97
 F src/select.c b95181711d59c36d9789e67f76c4cfec64b99f9629a50be5e6566e117b87d957
-F src/shell.c.in f27a115c1748f7f895ade31b3ff43d74ab89537ceb234ca4465708aedb47f1ea
+F src/shell.c.in 07e33255efbf18de49e7afa2ebc70ab3602aa7fb86bba35416c5a95a6574e94d
 F src/sqlite.h.in 5732519a2acb09066032ceac21f25996eb3f28f807a4468e30633c7c70faae1c
 F src/sqlite3.rc 015537e6ac1eec6c7050e17b616c2ffe6f70fca241835a84a4f0d5937383c479
 F src/sqlite3ext.h 3f0c4ed6934e7309a61c6f3c30f70a30a5b869f785bb3d9f721a36c5e4359126
@@ -2175,8 +2175,8 @@ F tool/version-info.c 3b36468a90faf1bbd59c65fd0eb66522d9f941eedd364fabccd7227350
 F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee87c1b31a7
 F tool/warnings.sh 1ad0169b022b280bcaaf94a7fa231591be96b514230ab5c98fbf15cd7df842dd
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 08689dacc1237a2b90dff4d32186b28054214f709dbff9e07057d3175c1c423a
-R 0f2ed45d7bb42cf6edd3b985bb787bfb
+P 42c225a2ed7fc95f9b01467c64ba2bf97bca216fdcd6ab1ba3fb49c068650de9
+R fec5e9cf9c4aa5198306438cd736e135
 U drh
-Z 4dd0816a23daa3f09a82dc450e071d60
+Z 1e7399cfaf854450b90c6eb04c4097ba
 # Remove this line to create a well-formed Fossil manifest.
index f24cc8d8b3d041f9252b19bedd3ae79afcacebe7..5f03ba8a91583029f21c90ddd5c3ae124e1fc348 100644 (file)
@@ -1 +1 @@
-42c225a2ed7fc95f9b01467c64ba2bf97bca216fdcd6ab1ba3fb49c068650de9
+468a11fd415710042b23880772f6c2c7771008208823fe3b554227a9244dbf92
index 1a658ef36deb36dcbaa7d140ac3f9d42f5c3bbfe..57ca5cf2f1ab9db220ebfa239f85eeb21c426078 100644 (file)
@@ -11748,7 +11748,7 @@ static int do_meta_command(char *zLine, ShellState *p){
             { 0x00000080, 1, "Transitive" },
             { 0x00000100, 1, "OmitNoopJoin" },
             { 0x00000200, 1, "CountOfView" },
-            { 0x00000400, 1, "CurosrHints" },
+            { 0x00000400, 1, "CursorHints" },
             { 0x00000800, 1, "Stat4" },
             { 0x00001000, 1, "PushDown" },
             { 0x00002000, 1, "SimplifyJoin" },