]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Typo on the "datatypes.html" document. (CVS 1136)
authordrh <drh@noemail.net>
Thu, 18 Dec 2003 14:19:41 +0000 (14:19 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Dec 2003 14:19:41 +0000 (14:19 +0000)
FossilOrigin-Name: 80b1e277123c07b2db7441a9e600dd69ef55a0da

manifest
manifest.uuid
www/datatypes.tcl

index c96093ee17565d86cc6827ac25cec790850a9442..e06ab96271b0bd42de49ce9bb818521328f60e40 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Version\s2.8.8\s(CVS\s1135)
-D 2003-12-18T01:22:54
+C Typo\son\sthe\s"datatypes.html"\sdocument.\s(CVS\s1136)
+D 2003-12-18T14:19:41
 F Makefile.in 5cb273b7d0e945d47ee8b9ad1c2a04ce79927d2d
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -160,7 +160,7 @@ F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
 F www/c_interface.tcl 17d8bd9e7b4fbdca47c30c8b9bcb728c351d55c0
 F www/changes.tcl 875be0b0d82546d7947f9df3d9a94ba94a6fcaee
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
-F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
+F www/datatypes.tcl 0fe2b810f114a909b844e50ad37a25e6ed8c7271
 F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
@@ -177,7 +177,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 9ad0bdf624e7dba448587c58eacd1e9cd2784316
-R d157db23c5020483a4deed7005809e7f
+P a0451ccf2d0377536073ecaa2d6b70d05f5a5734
+R 9e43f2ff205876924bdbd5d3204b97cb
 U drh
-Z 18d88c31b447310e93605adb08557a94
+Z 47f92686e837a5b11a2d636a008c6c95
index 36b9d7dd92f2aa8eaa4018fab2a955e3a3f507d8..447b55bef18b08261879ab04bf0bbab59cd6a14f 100644 (file)
@@ -1 +1 @@
-a0451ccf2d0377536073ecaa2d6b70d05f5a5734
\ No newline at end of file
+80b1e277123c07b2db7441a9e600dd69ef55a0da
\ No newline at end of file
index 35717ed200a71f156f5e27a28d9afec6f500fdaa..8c77876bc2a00da35db87f17aff6223c7ec645d7 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this script to generated a datatypes.html output file
 #
-set rcsid {$Id: datatypes.tcl,v 1.5 2002/08/18 19:09:24 drh Exp $}
+set rcsid {$Id: datatypes.tcl,v 1.6 2003/12/18 14:19:41 drh Exp $}
 
 puts {<html>
 <head>
@@ -98,7 +98,7 @@ largest key is 2147483647, then the column will be filled with a
 random integer.  Either way, the INTEGER PRIMARY KEY column will be
 assigned a unique integer.  You can retrieve this integer using
 the <b>sqlite_last_insert_rowid()</b> API function or using the
-<b>last_insert_rowid()</b> SQL function is a subsequent SELECT statement.
+<b>last_insert_rowid()</b> SQL function in a subsequent SELECT statement.
 </p>
 
 <h2>3.0 &nbsp; Comparison and Sort Order</h2>