Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the omitted.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d4dfc5ce440df84aae4328a13e467756 |
User & Date: | drh 2013-03-27 19:06:25.651 |
Context
2013-03-27
| ||
20:24 | Website updates in preparation for the 3.7.16.1 patch release. (check-in: 8e7e750269 user: drh tags: trunk) | |
19:06 | Update the omitted.html page. (check-in: d4dfc5ce44 user: drh tags: trunk) | |
2013-03-22
| ||
23:39 | Fix a typo. (check-in: 349d556c0a user: drh tags: trunk) | |
Changes
Changes to pages/omitted.in.
1 2 3 4 5 | <title>SQL Features That SQLite Does Not Implement</title> <h2>SQL Features That SQLite Does Not Implement</h2> <p> | > | | < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <title>SQL Features That SQLite Does Not Implement</title> <h2>SQL Features That SQLite Does Not Implement</h2> <p> SQLite implements most of the common features of SQL. Rather than try to list all the features of SQL that SQLite does support, it is much easier to list those that it does not. Unsupported features of SQL are shown below.</p> <table cellpadding="10"> <tcl> proc feature {name desc} { hd_puts "<tr><td valign=\"top\"><b><nobr>$name</nobr></b></td>" hd_puts "<td width=\"10\"> </th>" |
︙ | ︙ |