-C Version\s3.3.0\s(alpha)\s(CVS\s2915)
-D 2006-01-11T01:28:30
+C Fix\stypo\snoted\sby\s#1599.\s(CVS\s2916)
+D 2006-01-11T05:49:50
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 f048b67fb6f90f6e97bbbda226a41e11a906cf04
+F www/faq.tcl ac2a8b0cc13d8697ebf90d1bce63c089c0149633
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl f4f5f32205c0a70d07784f7bf9ce33ed34bfcbf3
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 9258931a80e0dac78b015e1e200d1291a6177320
-R 8230869593825d789f66af206d27b9ff
-U drh
-Z 18ac7fdf331bf88bc8fa45eaa891b2e5
+P 59a7a56c1bba84b5c60a2f3e25bf51d933075aaf
+R c2e57d06b8aad90e5d4817eb22be0455
+U danielk1977
+Z 4e9d5528a047a73ba151041fd7b20eeb
-59a7a56c1bba84b5c60a2f3e25bf51d933075aaf
\ No newline at end of file
+1b368c7c5ca7974e0975dc4e3c931680c9e8df1f
\ No newline at end of file
#
# Run this script to generated a faq.html output file
#
-set rcsid {$Id: faq.tcl,v 1.33 2006/01/11 01:08:34 drh Exp $}
+set rcsid {$Id: faq.tcl,v 1.34 2006/01/11 05:49:50 danielk1977 Exp $}
source common.tcl
header {SQLite Frequently Asked Questions</title>}
faq {
Does SQLite support a BLOB type?
} {
- <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>
+ <p>SQLite versions 3.0 and later allow you to store BLOB data in any
+ column, even columns that are declared to hold some other type.</p>
}
faq {