]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add additional cross-references from API documentation to other documents.
authordrh <drh@noemail.net>
Thu, 12 Feb 2009 17:07:34 +0000 (17:07 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Feb 2009 17:07:34 +0000 (17:07 +0000)
Comment changes only; no changes to code. (CVS 6290)

FossilOrigin-Name: 97203a0ad7a7ddfae04daf99558389b0589fc170

manifest
manifest.uuid
src/sqlite.h.in

index 8f02824d38601f8e3304747eccd2a811a94c8968..6564d7253ca4bc1b7e8c2f4951a5c08f51eace49 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthread\stests\sto\sclear\sthe\ssqlite_open_file_count\scounter\sat\sthe\nend.\s\sThis\scounter\sis\snot\sthreadsafe\sand\scan\send\sup\swith\san\sinvalid\svalue\nat\sthe\send\sof\sthe\sthread\stests.\s(CVS\s6289)
-D 2009-02-12T17:06:41
+C Add\sadditional\scross-references\sfrom\sAPI\sdocumentation\sto\sother\sdocuments.\nComment\schanges\sonly;\sno\schanges\sto\scode.\s(CVS\s6290)
+D 2009-02-12T17:07:35
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in c7a5a30fb6852bd7839b1024e1661da8549878ee
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -157,7 +157,7 @@ F src/resolve.c 18dc9f0df1d60048e012ce6632251063e0dd356a
 F src/rowset.c ba9375f37053d422dd76965a9c370a13b6e1aac4
 F src/select.c 164934bd8a9fae29e4d21530688dbac53b420da6
 F src/shell.c f109ebbb50132926ebbc173a6c2d8838d5d78527
-F src/sqlite.h.in 82cfca85be9454f60a8be91e362ef3835dd895a2
+F src/sqlite.h.in cf04cdc709a5f07b6e6eba5f5a5000bd9114606b
 F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
 F src/sqliteInt.h 55cc7e45a7fcc166be62b984168dd69159d877eb
 F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
@@ -701,7 +701,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 2fc450e8e60248d6111d0b0d2b8f2344f5b89bca
-R 1ec65da20ad4eb6fcba7aaeef585ffb3
+P 8c4d71a169e529964d2d0cfba82bbad66a0bcd12
+R 53fec158efaff003665a1b8df63b995c
 U drh
-Z 425f528858755190dcb043c332a7460a
+Z b5957726d587bc15852bcb1567bffe4d
index dd068db9c676e76944445e5b07fe0eecd7d6335d..e41e4fc28cc278da5f484c86f83362d263dcf17e 100644 (file)
@@ -1 +1 @@
-8c4d71a169e529964d2d0cfba82bbad66a0bcd12
\ No newline at end of file
+97203a0ad7a7ddfae04daf99558389b0589fc170
\ No newline at end of file
index 86752a80b52c2131d4cf52fec9afcbc0992376cb..a9447a28e51fd8d783f2952a7f01f1a989f2aab6 100644 (file)
@@ -30,7 +30,7 @@
 ** the version number) and changes its name to "sqlite3.h" as
 ** part of the build process.
 **
-** @(#) $Id: sqlite.h.in,v 1.431 2009/02/11 15:23:35 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.432 2009/02/12 17:07:35 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -3102,7 +3102,7 @@ typedef struct sqlite3_context sqlite3_context;
 ** KEYWORDS: {SQL parameter} {SQL parameters} {parameter binding}
 **
 ** In the SQL strings input to [sqlite3_prepare_v2()] and its variants,
-** literals may be replaced by a parameter in one of these forms:
+** literals may be replaced by a [parameter] in one of these forms:
 **
 ** <ul>
 ** <li>  ?
@@ -5186,7 +5186,7 @@ void *sqlite3_update_hook(
 ** to the same database. Sharing is enabled if the argument is true
 ** and disabled if the argument is false.
 **
-** Cache sharing is enabled and disabled for an entire process. {END}
+** Cache sharing is enabled and disabled for an entire process.
 ** This is a change as of SQLite version 3.5.0. In prior versions of SQLite,
 ** sharing was enabled or disabled for each thread separately.
 **
@@ -5206,6 +5206,8 @@ void *sqlite3_update_hook(
 ** future releases of SQLite.  Applications that care about shared
 ** cache setting should set it explicitly.
 **
+** See Also:  [SQLite Shared-Cache Mode]
+**
 ** INVARIANTS:
 **
 ** {H10331} A successful invocation of [sqlite3_enable_shared_cache(B)]