From: danielk1977 Date: Fri, 3 Aug 2007 08:18:44 +0000 (+0000) Subject: Change some (English language) grammar in faq.tcl. Ticket #2480. No code changes... X-Git-Tag: version-3.6.10~1979 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19b26f37b762274dd9cd0acfa80798f186497d9a;p=thirdparty%2Fsqlite.git Change some (English language) grammar in faq.tcl. Ticket #2480. No code changes. (CVS 4195) FossilOrigin-Name: e526817f158883f617720fd389741a29454ad483 --- diff --git a/manifest b/manifest index d76738a093..306e80cedc 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Avoid\sreloading\sthe\sschema\swhen\san\sexpired\sstatement\sis\sfinalized\sor\sreset.\nThis\sis\sonly\snecessary\swhen\sthe\sin-memory\sschema\sdoes\snot\smatch\sthe\sfile-system\sschema.\s(CVS\s4194) -D 2007-08-03T07:33:09 +C Change\ssome\s(English\slanguage)\sgrammar\sin\sfaq.tcl.\sTicket\s#2480.\sNo\scode\schanges.\s(CVS\s4195) +D 2007-08-03T08:18:45 F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -492,7 +492,7 @@ F www/direct1b.gif 32b48b764244817b6b591898dc52a04299a7b8a7 F www/docs.tcl 09eeac4e565789a67abc63f166a9ae7f3050454d F www/download.tcl d59a0244f22a975c3f9deafb535fc20549cb8c45 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c -F www/faq.tcl bf83ec841224518fb570c31325f502d7a3e632e7 +F www/faq.tcl 745e87b2afc4deaf062aaee8649d50294de3f244 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl bbb8af1ee494a71031acac4c8d8c51535f23b9df F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 @@ -523,7 +523,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P c709140b51610a2fbbff15c1fd80783218780f6f -R 293a7586f4cdc273241b9546560115df +P 61de5b52daa0a862a04147dbaf71fafb696052f6 +R f0f2f5d35fe1d1b5e2b5b0509224f927 U danielk1977 -Z 3cd7b0b17487fa01eb69a20aa7e9c59e +Z 39535e4307302789b467068e94656ed8 diff --git a/manifest.uuid b/manifest.uuid index 7375b3ffe5..e465fd4254 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -61de5b52daa0a862a04147dbaf71fafb696052f6 \ No newline at end of file +e526817f158883f617720fd389741a29454ad483 \ No newline at end of file diff --git a/www/faq.tcl b/www/faq.tcl index af6e080b8b..dd9e910a73 100644 --- a/www/faq.tcl +++ b/www/faq.tcl @@ -1,7 +1,7 @@ # # Run this script to generated a faq.html output file # -set rcsid {$Id: faq.tcl,v 1.38 2007/06/27 00:08:40 drh Exp $} +set rcsid {$Id: faq.tcl,v 1.39 2007/08/03 08:18:45 danielk1977 Exp $} source common.tcl header {SQLite Frequently Asked Questions} @@ -202,9 +202,9 @@ faq { threads. The sqlite3 pointer must only be used in the same thread in which it was created by sqlite3_open(). If you - break the rules and use an sqlite3 in more than one thread - under these circumstances, then you will likely corrupt some - internal data structures resulting in a crash.

+ break the rules and use an sqlite3 handle in more than one + thread under these circumstances you will likely corrupt some + internal data structures, resulting in a crash.

Under UNIX, you should not carry an open SQLite database across a fork() system call into the child process. Problems will result