From: drh <> Date: Sat, 5 Feb 2022 01:01:07 +0000 (+0000) Subject: Typo fixes in documentation. X-Git-Tag: version-3.38.0~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d515ea5b560b676709b417b1da18d4a57d0070c6;p=thirdparty%2Fsqlite.git Typo fixes in documentation. FossilOrigin-Name: 1ec747d1c34ced9877709dd306e674376e79145de08b9c316d12bc5e06efc03e --- diff --git a/manifest b/manifest index 83f6203255..eb199a32b3 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\sa\scompile-time\soption\sto\sinclude\svt02.c\sin\sfuzzcheck. -D 2022-02-04T19:13:18.472 +C Typo\sfixes\sin\sdocumentation. +D 2022-02-05T01:01:07.934 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -554,7 +554,7 @@ F src/resolve.c 0dd8e23fda88411d63b2e6650f2380fdb08e88112e9a095fc23d5a08de4b2641 F src/rowset.c ba9515a922af32abe1f7d39406b9d35730ed65efab9443dc5702693b60854c92 F src/select.c a6d2d4bed279d7fe4fcedaf297eaf6441e8e17c6e3947a32d24d23be52ac02f2 F src/shell.c.in 2f58e6aa6b3d2012db32f1c5fa4591e9d12fd582904632b4fc8f57a382b98fd3 -F src/sqlite.h.in d4daed3b2deb2e43df7f12be119b1b17a2954feadc33d521565bacbd072bfcb6 +F src/sqlite.h.in 5299fd65b0adbc1564c5b9577c3f7c2c5b76ac30d15de66513c87dfa97da69f6 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8 F src/sqlite3ext.h a95cb9ed106e3d39e2118e4dcc15a14faec3fa50d0093425083d340d9dfd96e6 F src/sqliteInt.h 838df3e9ba9390058076d2f50c7efde9e0e8747303e788cf5bbe05402ab10924 @@ -1943,8 +1943,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 70049342d5ad57ea3e863bba19253934b868bacdd1c26c9371bac024a829badf -R 7698284cef9bf4071c753bc4d6dcc55e +P c404c8c72600c11b181519d269bf949aff304eaafb90a50d1415c6fe84d2b092 +R d5f3752b899689a9bd8557b55cf80474 U drh -Z f337e6cf2658096055fbff9c10758499 +Z 2780746ce8640dfd4abd7ce98a4b92f4 # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 9c11d7db6b..9c79c0ee09 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c404c8c72600c11b181519d269bf949aff304eaafb90a50d1415c6fe84d2b092 \ No newline at end of file +1ec747d1c34ced9877709dd306e674376e79145de08b9c316d12bc5e06efc03e \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 42cc332962..34894ad49a 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -9642,7 +9642,7 @@ int sqlite3_vtab_distinct(sqlite3_index_info*); ** to SQLite that the virtual table does or does not want to process ** the IN operator all-at-once, respectively. ^Thus when the third ** parameter (F) is non-negative, this interface is the mechanism by -** which the virtual table tells SQLite how it wants to process in +** which the virtual table tells SQLite how it wants to process the ** IN operator. ** ** @@ -9668,7 +9668,7 @@ int sqlite3_vtab_distinct(sqlite3_index_info*); ** )^ ** ** ^If either or both of the conditions above are false, then SQLite uses -** the traditional one-at-a-time processing strategy for IN constraint. +** the traditional one-at-a-time processing strategy for the IN constraint. ** ^If both conditions are true, then the argvIndex-th parameter to the ** xFilter method will be an [sqlite3_value] that appears to be NULL, ** but which can be passed to [sqlite3_vtab_in_first()] and