]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 203)
authordrh <drh@noemail.net>
Thu, 5 Apr 2001 16:49:44 +0000 (16:49 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Apr 2001 16:49:44 +0000 (16:49 +0000)
FossilOrigin-Name: b5f994feb44f76782279cdbb1654d340f63e8995

manifest
manifest.uuid
www/index.tcl

index 429e1bbe3b5424f1650430ebfacae1f013f1f71e..1ea06bf3750fb803194be7d4e65da050386cebd0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s202)
-D 2001-04-05T16:25:53
+C :-)\s(CVS\s203)
+D 2001-04-05T16:49:44
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in 25791375ce9f4f5b57d4cab67f0d58d772c96451
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -87,14 +87,14 @@ F www/changes.tcl e9379e995e19486b352c82d54e87041153739fca
 F www/crosscompile.tcl c99efacb3aefaa550c6e80d91b240f55eb9fd33e
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
-F www/index.tcl 2deb0b26970999691ed98c2e1a0bb180da8e74b8
+F www/index.tcl 553a41c4157fe411465aefe391bec5687027e73f
 F www/lang.tcl 7fec414487ebee2cbb17c90addf5a026cd10396a
 F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60
 F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
 F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
 F www/tclsqlite.tcl 06f81c401f79a04f2c5ebfb97e7c176225c0aef2
 F www/vdbe.tcl 0c8aaa529dd216ccbf7daaabd80985e413d5f9ad
-P 8390f6521af0f1c5cd0298cc4a1dfa3f092c1e15
-R d248ed8781ae0c5dba14ccb218b35cd1
+P 04530e451662e298506d314ce014a2643f4ff813
+R 49065187ae08404d71560bc6435e0230
 U drh
-Z 67d07e427c448f5bf8d4cc1c19e29397
+Z 129d2eb1b186c2287a85e53c6f5e995c
index 9f3d377381d6d80e8f0027e99343f71d5121db0e..24fd0436d1f4ac44fec8716017c1438e2f80c9d2 100644 (file)
@@ -1 +1 @@
-04530e451662e298506d314ce014a2643f4ff813
\ No newline at end of file
+b5f994feb44f76782279cdbb1654d340f63e8995
\ No newline at end of file
index ecd042210fefdcd40e33acd082e5e126e43e5379..1e0b7e441562b4f85b74ff8a903a6ceea98739b6 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.35 2001/04/05 15:57:14 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.36 2001/04/05 16:49:44 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An SQL Database Library Built Atop GDBM</title></head>
@@ -55,12 +55,23 @@ than GDBM.</li>
 <h2>Current Status</h2>
 
 <p>A <a href="changes.html">change history</a> is available online.
-There are currently no <em>known</em> bugs or memory leaks
+There are currently no <em>known</em> memory leaks or debilitating bugs
 in the library.  <a href="http://gcc.gnu.org/onlinedocs/gcov_1.html">Gcov</a>
 is used to verify test coverage.  The test suite currently exercises
 all code except for a few areas which are unreachable or which are
-only reached when <tt>malloc()</tt> fails.  The code has been tested
-for memory leaks and is found to be clean.</p>
+only reached when <tt>malloc()</tt> fails.</p>
+
+<p>Known bugs:</p>
+
+<ul>
+<li><p>
+  The LIKE operator is suppose to ignore case. 
+  But it only ignores case for 7-bit Latin characters.
+  The case of 8-bit iso8859 characters or UTF-8 characters is
+  signification.  Hence, <b>'a'&nbsp;LIKE&nbsp;'A'</b> returns
+  TRUE but <b>'&aelig;'&nbsp;LIKE&nbsp;'&AElig;'</b>" returns FALSE.
+</p></li>
+</ul>
 
 <p><b>Important Note:</b>  Serious bugs have been found in versions
 1.0.22 on Unix and 1.0.26 on Windows.  Users of these or earlier