Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the partial index document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8bf9d71fd6597a013d7f25a4738362ff |
User & Date: | drh 2013-08-08 02:54:33.561 |
Context
2013-08-08
| ||
17:58 | Fix typos in the "vfs.html" document. (check-in: 37c89b86f8 user: drh tags: trunk) | |
02:54 | Fix typos in the partial index document. (check-in: 8bf9d71fd6 user: drh tags: trunk) | |
2013-08-07
| ||
23:38 | Add documentation for SQLITE_ALLOW_URI_AUTHORITY. (check-in: cadb86b398 user: drh tags: trunk) | |
Changes
Changes to pages/partialindex.in.
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - + - + | </p> <p> ^The expression following the WHERE clause may contain operators, literal values, and names of columns in the table being indexed. ^The WHERE clause may <em>not</em> contains subqueries, references to other tables, functions, or [bound parameters]. The LIKE, GLOB, MATCH, |
︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | - + - + | team_id INTEGER REFERENCES team, is_team_leader BOOLEAN, -- other fields elided ); </pre></blockquote>)^ <p>The team_id field cannot be unique because there usually multiple people |
︙ |