diff --git a/manifest b/manifest index 8f02824d38..6564d7253c 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index dd068db9c6..e41e4fc28c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -8c4d71a169e529964d2d0cfba82bbad66a0bcd12 \ No newline at end of file +97203a0ad7a7ddfae04daf99558389b0589fc170 \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 86752a80b5..a9447a28e5 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -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: ** **