Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove wee blemish mentioned in forum post 87dd66375a |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d700d4e5eff0b97dd6770a0b9329faad |
User & Date: | larrybr 2022-11-26 13:41:40.193 |
Context
2022-11-26
| ||
14:56 | Fix poor interaction with requirement marks on last commit.] (check-in: c5e33f251d user: larrybr tags: trunk) | |
13:41 | Remove wee blemish mentioned in forum post 87dd66375a (check-in: d700d4e5ef user: larrybr tags: trunk) | |
2022-11-25
| ||
17:33 | Break up an accidental looong line in last commit. (check-in: a660ff6324 user: larrybr tags: trunk) | |
Changes
Changes to pages/lang_keywords.in.
︙ | ︙ | |||
226 227 228 229 230 231 232 | but some keywords may be omitted when SQL language features are disabled. Applications can use the [sqlite3_keyword_count()], [sqlite3_keyword_name()], and [sqlite3_keyword_check()] interfaces to determine the keywords recognized by SQLite at run-time. ^(Regardless of the compile-time configuration, any identifier that is not on | | | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | but some keywords may be omitted when SQL language features are disabled. Applications can use the [sqlite3_keyword_count()], [sqlite3_keyword_name()], and [sqlite3_keyword_check()] interfaces to determine the keywords recognized by SQLite at run-time. ^(Regardless of the compile-time configuration, any identifier that is not on the following <tcl>hd_puts [llength $keyword_list]-element</tcl> list is not a keyword to the SQL parser in SQLite: </p> <div class="columns" style="columns:11em auto;"> <ul style="padding-top:0;"> <tcl> set lx {} |
︙ | ︙ |