From: drh Date: Sat, 23 Sep 2006 20:46:23 +0000 (+0000) Subject: Fix documentation typo. Ticket #1986 (CVS 3437) X-Git-Tag: version-3.6.10~2730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c77bdde9ffc7c91ba9a85487c8eaf4a57f6550a;p=thirdparty%2Fsqlite.git Fix documentation typo. Ticket #1986 (CVS 3437) FossilOrigin-Name: 58c32ce35a04838b4a8e4210299bac935e60bfb9 --- diff --git a/manifest b/manifest index 5fd6acd48f..9289acc725 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Be\ssure\sto\signore\sPRAGMA\sencoding\spragmas\sif\sthe\sencoding\shas\salready\sbeen\nset\sfor\sa\sdatabase.\s\sTicket\s#1987.\s\sThis\spatch\salso\sincludes\ssome\scleanup\nof\sthe\sschema\sparser\sand\sinitialization\slogic.\s(CVS\s3436) -D 2006-09-23T20:36:02 +C Fix\sdocumentation\stypo.\s\sTicket\s#1986\s(CVS\s3437) +D 2006-09-23T20:46:23 F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -377,7 +377,7 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 F www/index.tcl 7b9c5747a838501dace958131755651d6ca31adb F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1 -F www/lang.tcl 73ce7ce69eff7afef4d62cdeb7b050a670952acd +F www/lang.tcl fb1070256c211a3dec735e1273c506c1f8db7556 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf @@ -399,7 +399,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 791d70936b9c4fed57c95f61e3b4dfdd24221ee4 -R 42dffbf0309b331dd39f444b3d5b9fb3 +P dc797bf4fa96deabd9ceb6cc062b98d2ac49a574 +R c64c07d59a123b00c1c923a04e96a169 U drh -Z 673fdf08a11b4d0ec87fe86a969bb8eb +Z b6422e8d52e514594753b1da26faf8e8 diff --git a/manifest.uuid b/manifest.uuid index 4e0272f0ed..4b025eb6c0 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -dc797bf4fa96deabd9ceb6cc062b98d2ac49a574 \ No newline at end of file +58c32ce35a04838b4a8e4210299bac935e60bfb9 \ No newline at end of file diff --git a/www/lang.tcl b/www/lang.tcl index cd17ac480c..ba1655f8c5 100644 --- a/www/lang.tcl +++ b/www/lang.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the lang-*.html files. # -set rcsid {$Id: lang.tcl,v 1.117 2006/09/11 23:45:50 drh Exp $} +set rcsid {$Id: lang.tcl,v 1.118 2006/09/23 20:46:23 drh Exp $} source common.tcl if {[llength $argv]>0} { @@ -558,7 +558,7 @@ then the B-Tree key will be a automatically generated integer. The B-Tree key for a row can always be accessed using one of the special names "ROWID", "OID", or "_ROWID_". This is true regardless of whether or not there is an INTEGER -PRIMARY KEY. An INTEGER PRIMARY KEY column man also include the +PRIMARY KEY. An INTEGER PRIMARY KEY column can also include the keyword AUTOINCREMENT. The AUTOINCREMENT keyword modified the way that B-Tree keys are automatically generated. Additional detail on automatic B-Tree key generation is available