]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix documentation typo: The name of the competing database engine is
authordrh <drh@noemail.net>
Thu, 11 May 2006 13:33:14 +0000 (13:33 +0000)
committerdrh <drh@noemail.net>
Thu, 11 May 2006 13:33:14 +0000 (13:33 +0000)
"Firebird", not "Firefox". (CVS 3185)

FossilOrigin-Name: 8be6a39d7108839b0fb298a2d536d68ebca86d66

manifest
manifest.uuid
www/different.tcl

index 79fffd8ed2fdcad35719728bccd1a77376ee326a..50dc7adb7e728f39a0e7e70eb1c1e3ea90da8b11 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Correctly\shandle\smulti-column\sindices\swhere\smultiple\scolumns\sare\sconstrained\nby\sIN\soperators\swith\ssubqueries\son\sthe\sright-hand\sside.\s\sTicket\s#1807.\s(CVS\s3184)
-D 2006-05-11T13:26:26
+C Fix\sdocumentation\stypo:\s\sThe\sname\sof\sthe\scompeting\sdatabase\sengine\sis\n"Firebird",\snot\s"Firefox".\s(CVS\s3185)
+D 2006-05-11T13:33:15
 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -321,7 +321,7 @@ F www/copyright-release.pdf cfca3558fc97095e57c6117d08f1f5b80d95125a
 F www/copyright.tcl 58b9586cac0d5914387cfc170bfd80f999dde469
 F www/datatype3.tcl 3216d4586d28c4f1f2d4fbb4c42f12e1d6bdd67e
 F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
-F www/different.tcl 81377eb0c8e27d3bdf812bde357281c4c44bec0c
+F www/different.tcl 7d528e1371655f6fcd32e8354c5b49f8ede332e7
 F www/direct1b.gif 32b48b764244817b6b591898dc52a04299a7b8a7
 F www/docs.tcl 09eeac4e565789a67abc63f166a9ae7f3050454d
 F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94
@@ -355,7 +355,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P a8909f3e5fc67ac1ba7d1abd7fb0f4004fec5984
-R 3b9298194c78634fe2af414c3cfaec76
+P b16541ba5e6a9514f9f317888117c68b6818f9cb
+R b8034471ef61410f1e2f843f0d9f2cab
 U drh
-Z b60d85531a3794b0e00f9f1580fe1115
+Z 25c2c7a2cf76120bd0d5c90ff2924a7f
index 6f1a57b127f3f6749a07ec7be52729597f512972..62dde07e443c3289a0b3efc33e775697bc602e63 100644 (file)
@@ -1 +1 @@
-b16541ba5e6a9514f9f317888117c68b6818f9cb
\ No newline at end of file
+8be6a39d7108839b0fb298a2d536d68ebca86d66
\ No newline at end of file
index 624fdb57552539be28c7ff1e907fc2d65ee8b84f..c2fb2da335800fc27c0665d1d5559b780c436143 100644 (file)
@@ -1,4 +1,4 @@
-set rcsid {$Id: different.tcl,v 1.6 2005/09/08 11:04:57 drh Exp $}
+set rcsid {$Id: different.tcl,v 1.7 2006/05/11 13:33:15 drh Exp $}
 source common.tcl
 header {Distinctive Features Of SQLite}
 puts {
@@ -89,7 +89,7 @@ feature small {Compact} {
   Most other SQL database engines are much larger than this.  IBM boasts
   that it's recently released CloudScape database engine is "only" a 2MiB
   jar file - 10 times larger than SQLite even after it is compressed!
-  Firefox boasts that it's client-side library is only 350KiB.  That's
+  Firebird boasts that it's client-side library is only 350KiB.  That's
   50% larger than SQLite and does not even contain the database engine.
   The Berkeley DB library from Sleepycat is 450KiB and it omits SQL
   support, providing the programmer with only simple key/value pairs.