Fix documentation typo: The name of the competing database engine is
"Firebird", not "Firefox". (CVS 3185) FossilOrigin-Name: 8be6a39d7108839b0fb298a2d536d68ebca86d66
This commit is contained in:
parent
ffe0f8901e
commit
2886cc0783
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
b16541ba5e6a9514f9f317888117c68b6818f9cb
|
||||
8be6a39d7108839b0fb298a2d536d68ebca86d66
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user