Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Documentation change: refer users to the wiki for additional unsupported features rather than have them send me e-mail. (CVS 1042) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a3920b0804e9993bb21e6c46c612e72b |
User & Date: | drh 2003-06-30 10:36:23.000 |
Context
2003-07-01
| ||
01:16 | Update the null-handling document to show how SQL Anywhere and Borland Interbase deal with NULLs. (CVS 1043) (check-in: 9a87f2f326 user: drh tags: trunk) | |
2003-06-30
| ||
10:36 | Documentation change: refer users to the wiki for additional unsupported features rather than have them send me e-mail. (CVS 1042) (check-in: a3920b0804 user: drh tags: trunk) | |
2003-06-29
| ||
20:45 | Version 2.8.4 (CVS 1041) (check-in: 7f5e8894ae user: drh tags: trunk) | |
Changes
Changes to www/omitted.tcl.
1 2 3 | # # Run this script to generated a omitted.html output file # | | | 1 2 3 4 5 6 7 8 9 10 11 | # # Run this script to generated a omitted.html output file # set rcsid {$Id: omitted.tcl,v 1.4 2003/06/30 10:36:23 drh Exp $} puts {<html> <head> <title>SQL Features That SQLite Does Not Implement</title> </head> <body bgcolor="white"> <h1 align="center"> |
︙ | ︙ | |||
96 97 98 99 100 101 102 | } puts { </table> <p> If you find other SQL92 features that SQLite does not support, please | < | > > | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | } puts { </table> <p> If you find other SQL92 features that SQLite does not support, please add them to the Wiki page at <a href="http://cvs.hwaci.com/sqlite/wiki?p=UnsupportedSql"> http://cvs.hwaci.com/sqlite/wiki?p=Unsupported</a> </p> <p><hr /></p> <p><a href="index.html"><img src="/goback.jpg" border=0 /> Back to the SQLite Home Page</a> </p> </body></html>} |