From: drh Date: Sat, 2 Feb 2019 15:05:25 +0000 (+0000) Subject: Give a link to the URI Filename document in the documentation to the X-Git-Tag: version-3.27.0~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b2bd91d9a4bf91c3dff1caf1ec2687ed9b54873;p=thirdparty%2Fsqlite.git Give a link to the URI Filename document in the documentation to the various sqlite3_uri_parameter() interfaces. FossilOrigin-Name: 69b0b2ee536fda8975f60643f7f1891db4649958aca476822ea2a632ce731992 --- diff --git a/manifest b/manifest index 9e602b4313..1d82911904 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sbuffer\soverread\sin\sfts5\sdebugging\sscalar\sfunction\sfts5_decode(). -D 2019-02-02T13:47:25.356 +C Give\sa\slink\sto\sthe\sURI\sFilename\sdocument\sin\sthe\sdocumentation\sto\sthe\nvarious\ssqlite3_uri_parameter()\sinterfaces. +D 2019-02-02T15:05:25.526 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F Makefile.in 178d8eb6840771149cee40b322d1b3be30d330198c522c903c1b66fb5a1bfca4 @@ -516,7 +516,7 @@ F src/resolve.c c8f207247472c41ac73d738e1c1a80719ad253d1dbb617ed57740492b2a6c097 F src/rowset.c d977b011993aaea002cab3e0bb2ce50cf346000dff94e944d547b989f4b1fe93 F src/select.c 8e22fda41a737c391e8b797f7c71e7ded1d107c31181b07bb10b3d4f22a28cd9 F src/shell.c.in 705a00be4fa43303b6b18df2241f5397cefd8d9f076bb035ad01b42635c7a1de -F src/sqlite.h.in 947ac377d889055e0979138cc85b3a3b42ee53170b8d55bd589a1ced0e6928f6 +F src/sqlite.h.in 7da74fd5bd7a9dbe92297060f036935520b26e240457287c5e67c7b9db51a986 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8 F src/sqlite3ext.h 960f1b86c3610fa23cb6a267572a97dcf286e77aa0dd3b9b23292ffaa1ea8683 F src/sqliteInt.h 7899f2f28c98e998e9720bf9b23b19aa364caf0a0d0a4086334adda3a1b9fa83 @@ -1804,7 +1804,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P dddda685f3443d8a38901f758543fcde73d7b8cfe72b0ad5f419cd7459343bf5 -R d08b7cb5f0e284d3ac81f061248119d3 -U dan -Z fbe78a81bc0755e839781dfb1d8c48c4 +P 54f2399fb2a626602d405c857297f2da833f9f048cbc478f9110bed2e9bda299 +R 35ab62be955e83ce3eb257cab8fb6431 +U drh +Z 83fb623c339726ca638dde4a43d8ba04 diff --git a/manifest.uuid b/manifest.uuid index a06979aa1e..5518e15252 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -54f2399fb2a626602d405c857297f2da833f9f048cbc478f9110bed2e9bda299 \ No newline at end of file +69b0b2ee536fda8975f60643f7f1891db4649958aca476822ea2a632ce731992 \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index bbc1d13b37..392532a6f7 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -3429,6 +3429,8 @@ int sqlite3_open_v2( ** is not a database file pathname pointer that SQLite passed into the xOpen ** VFS method, then the behavior of this routine is undefined and probably ** undesirable. +** +** See the [URI filename] documentation for additional information. */ const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam); int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);