Documentation Source Text

Check-in [122764735d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improvements to the join-op syntax diagram. Do not show the RIGHT and FULL outer join options, since SQLite does not do them (yet).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 122764735da9c03fdaa1051f653e38657006f286
User & Date: drh 2009-02-13 22:41:43.000
Context
2009-02-14
19:00
Tweaks to the syntax diagrams to make them more readable. (check-in: b28d410e7d user: drh tags: trunk)
2009-02-13
22:41
Improvements to the join-op syntax diagram. Do not show the RIGHT and FULL outer join options, since SQLite does not do them (yet). (check-in: 122764735d user: drh tags: trunk)
15:09
Additional hyperlinks associated with shared cache mode and limits. (check-in: 1762225ee3 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to art/syntax/bubble-generator.tcl.
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
       }
       {line ( join-source )}
  }
  join-op {
     or
        {line ,}
        {line
            {optx NATURAL}
            {or LEFT RIGHT FULL nil}
            {or INNER OUTER CROSS nil}
            JOIN
        }
  }
  join-constraint {
     or
        {line ON expr}
        {line USING ( {loop /column-name ,} )}







|
<
|







359
360
361
362
363
364
365
366

367
368
369
370
371
372
373
374
       }
       {line ( join-source )}
  }
  join-op {
     or
        {line ,}
        {line
            {opt NATURAL}

            {or {line {opt LEFT} {opt OUTER}} INNER CROSS}
            JOIN
        }
  }
  join-constraint {
     or
        {line ON expr}
        {line USING ( {loop /column-name ,} )}
Changes to art/syntax/join-op.gif.

cannot compute difference between binary files