Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a single spelling error. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2cb9dc6d2100d9c9ac3d2c32434bd984 |
User & Date: | drh 2012-05-12 22:37:37.823 |
Context
2012-05-14
| ||
09:54 | Add the sha1 and SQLITE_SOURCE_ID for sqlite 3.7.12 (8654aa9540). (check-in: 0c4f615237 user: dan tags: trunk) | |
2012-05-12
| ||
22:37 | Fix a single spelling error. (check-in: 2cb9dc6d21 user: drh tags: trunk) | |
20:24 | Add a line to the change log to describe an optimization that was added, forgotten, then remembered during the pre-release code inspection. (check-in: 70f4da8259 user: drh tags: trunk) | |
Changes
Changes to pages/requirements.in.
︙ | ︙ | |||
35 36 37 38 39 40 41 | <li><p> Every testable statement of truth about SQLite in the documentation becomes a requirement. <li><p> Requirement numbers are the MD5 hash of the requirement itself. <ol type="a"> | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <li><p> Every testable statement of truth about SQLite in the documentation becomes a requirement. <li><p> Requirement numbers are the MD5 hash of the requirement itself. <ol type="a"> <li><p>Requirements are inherently immutable, since any change to the requirement results in a completely different requirement number. <li><p>For text requirements, the text is normalized prior to computing the MD5 hash: <ul> <li>Remove all leading and trailing whitespace. <li>Convert all internal whitespace sequences to a single space character. |
︙ | ︙ |