-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
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
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
-8c4d71a169e529964d2d0cfba82bbad66a0bcd12
\ No newline at end of file
+97203a0ad7a7ddfae04daf99558389b0589fc170
\ No newline at end of file
** 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_
** 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> ?
** 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.
**
** 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)]