Documentation Source Text

Check-in [d4dfc5ce44]
Login

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: d4dfc5ce440df84aae4328a13e467756ea10be7e
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
Unified Diff Ignore Whitespace Patch
Changes to pages/omitted.in.
1
2
3
4
5

6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<title>SQL Features That SQLite Does Not Implement</title>

<h2>SQL Features That SQLite Does Not Implement</h2>

<p>

Rather than try to list all the features of SQL92 that SQLite does
support, it is much easier to list those that it does not.
Unsupported features of SQL92 are shown below.</p>

<p>
The order of this list gives some hint as to when a feature might
be added to SQLite.  Those features near the top of the list are
likely to be added in the near future.  There are no immediate
plans to add features near the bottom of the list.
</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\">&nbsp;</th>"





>
|

|
<
<
<
<
<
<
<







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\">&nbsp;</th>"