-C Fix\sbug\sin\sthe\sserver1\stest\sscript.\s(CVS\s2911)
-D 2006-01-10T20:36:40
+C Fix\sa\stypo\sin\sthe\sFAQ.\s(CVS\s2912)
+D 2006-01-10T23:00:42
F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/docs.tcl 4e2d716f004cc4c4dae773206ed58f50d4468a87
F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
-F www/faq.tcl eb7fb7b7242ccfec65820f01b94d0d83956236c1
+F www/faq.tcl 82edcb9861cdf283cb143a51bd7d36c167c22ea5
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P e6e6750c24dc8b87be96bdc0e93254d7f0700543
-R 49a5607db3d0468e3f8a84a3544f61fc
+P 25db22b6711590214f4f953e6e3cf6be2d7451db
+R d48a4c648f0220e653566c58ebdc11a0
U drh
-Z 596386da0eae24b859c010c9364f72a2
+Z 99149940f874e469da65b843b8bd5846
-25db22b6711590214f4f953e6e3cf6be2d7451db
\ No newline at end of file
+5be03a361d9292ccdf311372be6add29ade4dd04
\ No newline at end of file
#
# Run this script to generated a faq.html output file
#
-set rcsid {$Id: faq.tcl,v 1.31 2005/09/17 02:34:05 drh Exp $}
+set rcsid {$Id: faq.tcl,v 1.32 2006/01/10 23:00:42 drh Exp $}
source common.tcl
header {SQLite Frequently Asked Questions</title>}
faq {
Does SQLite support a BLOB type?
} {
- <p>SQLite versions 3.0 and leter let you puts BLOB data into any column, even
+ <p>SQLite versions 3.0 and later let you puts BLOB data into any column, even
columns that are declared to hold some other type.</p>
}