From 9c4dcca89e8743b86426007da129aced3a5b8ee3 Mon Sep 17 00:00:00 2001
From: drh
Date: Thu, 18 Dec 2003 14:19:41 +0000
Subject: [PATCH] Typo on the "datatypes.html" document. (CVS 1136)
FossilOrigin-Name: 80b1e277123c07b2db7441a9e600dd69ef55a0da
---
manifest | 12 ++++++------
manifest.uuid | 2 +-
www/datatypes.tcl | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/manifest b/manifest
index c96093ee17..e06ab96271 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index 36b9d7dd92..447b55bef1 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-a0451ccf2d0377536073ecaa2d6b70d05f5a5734
\ No newline at end of file
+80b1e277123c07b2db7441a9e600dd69ef55a0da
\ No newline at end of file
diff --git a/www/datatypes.tcl b/www/datatypes.tcl
index 35717ed200..8c77876bc2 100644
--- a/www/datatypes.tcl
+++ b/www/datatypes.tcl
@@ -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 {
@@ -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 sqlite_last_insert_rowid() API function or using the
-last_insert_rowid() SQL function is a subsequent SELECT statement.
+last_insert_rowid() SQL function in a subsequent SELECT statement.
3.0 Comparison and Sort Order
--
2.47.2