Documentation Source Text

Timeline
Login

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

30 check-ins using file pages/compile.in version cf01c3e56c

2009-10-10
14:34
Add a missing word to foreignkeys.html. (check-in: 7e3189adf2 user: dan tags: trunk)
14:28
Minor rewording of the foreignkeys.html document. Some requirements changed. Update the testcase evidence scanner to better handle evidence comments in TCL scripts. (check-in: 6dd77467c3 user: drh tags: trunk)
12:11
When scanning for test case evidence, allow comments to be indented. Scan the th3/cov1/*.test files in addition to th3/req1/*.test. (check-in: 3f08e43e76 user: drh tags: trunk)
2009-10-09
20:34
Syntax diagrams are now issued requirement numbers (based on a hash of the GIF image) and appear in the traceability matrix. (check-in: a8aba3f4bd user: drh tags: trunk)
17:48
Update the scanner and matrix generator to allow requirements text to follow a requirement number. Issue a warning if they disagree. (check-in: 329a3eafd7 user: drh tags: trunk)
17:22
Remove an incorrect sentence from foreignkeys.html. (check-in: 3677b8fc81 user: dan tags: trunk)
17:20
Update the test-case scanning tools to recognize the complete text of requirements following the "EV:" tag. (check-in: d2743d6c2a user: drh tags: trunk)
14:18
Generate the abbreviated traceability matrix showing only requirement numbers. (check-in: 0bfb260a9f user: drh tags: trunk)
13:33
Updates to Omitted Features. Add fragments to the foreign key document. Other documentation tweaks. (check-in: fe28facf39 user: drh tags: trunk)
13:30
Remove an incorrect paragraph from foreignkeys.in. Fix a few other small details. (check-in: de78ea29fa user: dan tags: trunk)
2009-10-08
11:19
Use ^( instead of ^ on a sentence in foreignkeys.in. (check-in: 70b1eab895 user: dan tags: trunk)
2009-10-07
18:43
Fix a sentence in foreignkeys.in. (check-in: 90c2bee863 user: dan tags: trunk)
12:56
In the webserver, any "%xx" in the inbound URL is converted into a single "_" character, regardless of the value of "xx". Formerly, "%xx" was converted into "_xx". This is to work around an issue on URIs inbound from stackoverflow.com. (check-in: 1ef729b05d user: drh tags: trunk)
10:45
Update the description of the "PRAGMA count_changes" command to describe the way changes made by foreign key actions are handled. (check-in: 52421d8609 user: dan tags: trunk)
01:15
Add "See also:" annotations to the syntaxdiagrams.html page. Fix a quoting mistake on pragma.html. (check-in: 365401b552 user: drh tags: trunk)
00:31
Update SQL language and foreign key documentation to better identify testable statements of truth about foreign keys. (check-in: cc6bec4374 user: drh tags: trunk)
2009-10-06
19:07
Add foreign key related statements to the documentation for the ALTER and DROP TABLE commands. (check-in: 4ca8a0c958 user: dan tags: trunk)
19:04
Updates matrix building scripts to ignore "." contained within markup. (check-in: 9e64626f1d user: drh tags: trunk)
17:03
All code in place for generating the requirements matrix. (check-in: b349e0f779 user: drh tags: trunk)
15:54
First code to build the requirements matrix. (check-in: 9334d5b6e0 user: drh tags: trunk)
11:59
Begin making changes that allow requirements text to be extracted directly from HTML documentation files. (check-in: 912746a5f1 user: drh tags: trunk)
2009-10-05
19:00
Remove all "^" characters from documentation text. This frees up that character for use in marking up requirements. (check-in: 1ce21e60da user: drh tags: trunk)
2009-10-02
05:48
Change pragma.html to say that the foreign_keys and recursive_triggers affect existing statements as well as those prepared after the setting is changed. (check-in: bdc6c4820c user: dan tags: trunk)
2009-09-29
05:52
Update foreignkeys.html to explain the changes to DROP and ALTER TABLE, and to remove the comments on the "immediate-immediate" constraint problem. (check-in: f21e45d5b6 user: dan tags: trunk)
2009-09-26
15:17
Revise the "Report A Bug" link to point to a wiki page explaining how to report a bug. (check-in: 21d37e66b1 user: drh tags: trunk)
2009-09-25
19:28
Fix an HTML typo in the TH3 document. (check-in: b767931a6e user: drh tags: trunk)
04:35
Fix the mismatched tags problem identified by [2cda06fa85]. (check-in: 1c76780f1c user: dan tags: trunk)
2009-09-23
15:20
Add change-log entries for the next release (3.6.19) (check-in: 9cb5891238 user: drh tags: trunk)
09:19
Add a comment to foreignkeys.html to make it clear that an ON UPDATE action is only performed if the parent key values modified so that the new values are distinct from the old. (check-in: cb8c404c1e user: dan tags: trunk)
2009-09-22
15:32
Add documentation for the foreign_keys pragma. Fix broken hyperlinks in the new foreign key constraints document. (check-in: bdfaef8a63 user: drh tags: trunk)