Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrected typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
da6124653274acca2b0c8a99e4a64cf3 |
User & Date: | shaneh 2010-03-25 21:32:19.000 |
Context
2010-03-29
| ||
19:57 | Updates prior to the release of 3.6.23.1 (check-in: 8327c0b926 user: drh tags: trunk) | |
2010-03-25
| ||
21:32 | Corrected typo. (check-in: da61246532 user: shaneh tags: trunk) | |
21:31 | Updates to text based bubble diagrams to fix minor issues and add linking. (check-in: 56374346ea user: shaneh tags: trunk) | |
Changes
Changes to art/syntax/bubble-generator.tcl.
︙ | ︙ | |||
203 204 205 206 207 208 209 | stack {line CREATE {or {} TEMP TEMPORARY} VIEW {opt IF NOT EXISTS}} {line {optx /database-name .} /view-name AS select-stmt} } create-virtual-table-stmt { stack {line CREATE VIRTUAL TABLE {optx /database-name .} /table-name} | | | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | stack {line CREATE {or {} TEMP TEMPORARY} VIEW {opt IF NOT EXISTS}} {line {optx /database-name .} /view-name AS select-stmt} } create-virtual-table-stmt { stack {line CREATE VIRTUAL TABLE {optx /database-name .} /table-name} {line USING /module-name {optx ( {loop /module-argument ,} )}} } delete-stmt { line DELETE FROM qualified-table-name {optx WHERE expr} } delete-stmt-limited { stack {line DELETE FROM qualified-table-name {optx WHERE expr}} |
︙ | ︙ |