]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Make explicit that sqlite3_keyword_name()'s index is 0-based, per forum request....
authorstephan <stephan@noemail.net>
Sat, 30 Mar 2024 14:11:30 +0000 (14:11 +0000)
committerstephan <stephan@noemail.net>
Sat, 30 Mar 2024 14:11:30 +0000 (14:11 +0000)
FossilOrigin-Name: 090943dc31e7a3af5c11c1c0953cb82ae3ca07ba000189bb85deaecc76921504

manifest
manifest.uuid
src/sqlite.h.in

index 335dcd41b5ebc834a1299d2127b08a00983d6dfc..1e6bf524c14c004f0d17860a44c632af24fb2915 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Document\sthat\sthe\sorder\sof\san\supdate\shook\scall\sis\sunspecied\svis-a-vis\sthe\sfinal\sresult\sof\sthe\soperation\swhich\striggers\sthat\shook.\sDoc\schanges\sonly.
-D 2024-03-28T10:58:18.871
+C Make\sexplicit\sthat\ssqlite3_keyword_name()'s\sindex\sis\s0-based,\sper\sforum\srequest.\sDoc\schanges\sonly.
+D 2024-03-30T14:11:30.350
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -752,7 +752,7 @@ F src/resolve.c eb1860b134fb044fd819c4347105c148d5aac7c6498032be2829e5cc95619b28
 F src/rowset.c 8432130e6c344b3401a8874c3cb49fefe6873fec593294de077afea2dce5ec97
 F src/select.c 15a221347789e393b39e7d2d2bd102167979c95a1ce0675bb870b86a24ca6cf4
 F src/shell.c.in 0354ca51eee5fbf6af394a7ef9f5ef6823ef45b743db65431f6777e4d5be2199
-F src/sqlite.h.in b5fb41b730da29d7cec58c6020afba627baf58a3dca4e30814bd674bc2a6fc86
+F src/sqlite.h.in 32389e0d584551b300d0157881336162c14315a424cbf385c0d65eb7c2e31f7b
 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
 F src/sqlite3ext.h 3f046c04ea3595d6bfda99b781926b17e672fd6d27da2ba6d8d8fc39981dcb54
 F src/sqliteInt.h f8928f0397d797046396dd9d360a6af8ce6dcb48bd72ea290165b07c8c518744
@@ -2183,8 +2183,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 862945d5c432c27377e90d93d64c4655eefcc369d086eb51edef925fb3d80b57
-R c8b4c3bc800aa223f9c43a96ed885105
+P 3d4b1f0791384d3e531d6757daecf67e5b873954de61f37032474e3ae23cd22b
+R 1ec9bcb0364e01dba28a12b65d50cd52
 U stephan
-Z 8903ace573828f0152a9ba1563932171
+Z 8fd3b1df728a4b7485ff966dda79d536
 # Remove this line to create a well-formed Fossil manifest.
index 8763970a6307667bbb179c548410ee1c894c1fb0..a86194fdb937d2b7657389097cda0ed7537f4bb0 100644 (file)
@@ -1 +1 @@
-3d4b1f0791384d3e531d6757daecf67e5b873954de61f37032474e3ae23cd22b
\ No newline at end of file
+090943dc31e7a3af5c11c1c0953cb82ae3ca07ba000189bb85deaecc76921504
\ No newline at end of file
index 0a020d691cc116a13478dbd2ddf063ee3bc8e09c..d553abb7bffbbabf39f339cb1d97c742141c2406 100644 (file)
@@ -8363,7 +8363,7 @@ int sqlite3_test_control(int op, ...);
 ** The sqlite3_keyword_count() interface returns the number of distinct
 ** keywords understood by SQLite.
 **
-** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and
+** The sqlite3_keyword_name(N,Z,L) interface finds the 0-based N-th keyword and
 ** makes *Z point to that keyword expressed as UTF8 and writes the number
 ** of bytes in the keyword into *L.  The string that *Z points to is not
 ** zero-terminated.  The sqlite3_keyword_name(N,Z,L) routine returns