From: drh Date: Thu, 16 Feb 2006 00:31:01 +0000 (+0000) Subject: Fix a typo in the file format document. (CVS 3101) X-Git-Tag: version-3.6.10~3066 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f1fcdf80ac21df3a0470745d38c66d7fd3c9d5f;p=thirdparty%2Fsqlite.git Fix a typo in the file format document. (CVS 3101) FossilOrigin-Name: fac0d202e1d9fcc33dc69006a369034ee003e183 --- diff --git a/manifest b/manifest index 518fa0e073..c144556016 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Get\sthe\sbuild\sworking\sagain.\s\sFix\sfor\scheck-in\s(3093)\s(CVS\s3100) -D 2006-02-15T21:19:01 +C Fix\sa\stypo\sin\sthe\sfile\sformat\sdocument.\s(CVS\s3101) +D 2006-02-16T00:31:01 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -326,7 +326,7 @@ F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl ad5f388e1924c3fff4892b7f45ea58aa1d7a562a F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 -F www/formatchng.tcl f4f5f32205c0a70d07784f7bf9ce33ed34bfcbf3 +F www/formatchng.tcl 00827d3f37bc3a41506961a50b94fb54a28256d1 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 F www/index.tcl 9c659eec487d5e9196d4125ab200cfc86e93528d @@ -353,7 +353,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 3eca2d98683eb1b3b99604b07337347ad45e42f6 -R 165e3ef40d418955b1f1bee8e2350eea +P 4e6b74b290282fd10fae97df8dfa643a1b7ef0c6 +R 66f1afc2d861e340571ee31a150cfe92 U drh -Z 23f51b2c5a0e65830f55726c5d2c1f46 +Z fa194c2de6a56b73ed49a7241cfafc7c diff --git a/manifest.uuid b/manifest.uuid index ab3f2563bb..bf2ef1d300 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4e6b74b290282fd10fae97df8dfa643a1b7ef0c6 \ No newline at end of file +fac0d202e1d9fcc33dc69006a369034ee003e183 \ No newline at end of file diff --git a/www/formatchng.tcl b/www/formatchng.tcl index 72151f26f3..043a7f4208 100644 --- a/www/formatchng.tcl +++ b/www/formatchng.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the formatchng.html file. # -set rcsid {$Id: formatchng.tcl,v 1.15 2006/01/11 01:08:34 drh Exp $ } +set rcsid {$Id: formatchng.tcl,v 1.16 2006/02/16 00:31:01 drh Exp $ } source common.tcl header {File Format Changes in SQLite} puts { @@ -214,7 +214,7 @@ occurred since version 1.0.0: 3.2.8 to 3.3.0 2006-Jan-10 -

Version 3.3.0 uses a new encoding for binary values that +

Version 3.3.0 uses a new encoding for boolean values that uses less disk space. Version 3.3.0 can read and write database files created by prior versions of SQLite. But prior versions of SQLite will not be able to read or write databases created