Documentation Source Text

Timeline
Login

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

50 check-ins occurring around 19359f2dd79a5aa5.

2014-10-05
23:01
Improved documentation comments on the althttpd.c server program. check-in: d217041b2b user: drh tags: trunk
20:54
Update the HTTP server to prohibit malformed and possibly malicious HTTP_HOST parameters. check-in: 5bb4dfcc73 user: drh tags: trunk
20:07
Move the 3.8.7 release into October. Updates to URI documentation. check-in: 55869edbde user: drh tags: trunk
2014-09-30
12:57
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. check-in: a893d831f4 user: drh tags: trunk
2014-09-25
21:14
Links to syntax diagrams now go to a page that contains just that one diagram, rather than the page of all diagrams. This is the first step toward adding descriptive text about each diagram. check-in: 3fd4c6332b user: drh tags: trunk
2014-09-24
13:26
Clarify that bound parameters may not appear in the DEFAULT clause of a CREATE TABLE statement. Leaf check-in: c914be12fe user: drh tags: version-3.8.6
13:25
Clarify that bound parameters may not appear in the DEFAULT clause of a CREATE TABLE statement. check-in: d59078695f user: drh tags: trunk
2014-09-21
16:58
Cherrypick typo fixes from trunk. check-in: d72427edab user: drh tags: version-3.8.6
16:57
Fix typos. check-in: d2dedc4ab1 user: drh tags: trunk
2014-09-20
00:56
Update the change log to include the latest revisions. check-in: cb6d3fd5fe user: drh tags: trunk
2014-09-17
04:03
Add the "vsix" mimetype to the althttpd.c server. check-in: 881c3a3aed user: drh tags: trunk
2014-09-08
16:40
Change "Sanskrit" to "Klingon". check-in: 45d046a549 user: drh tags: trunk
12:34
Fix typos in the OpenDocument case study. check-in: 6c66d1ee77 user: drh tags: version-3.8.6
12:33
Fix typos in the OpenDocument case study. check-in: d1bb4a6b20 user: drh tags: trunk
12:11
Add the OpenDocument as SQLite case study. (Cherrypicked from trunk.) check-in: a39452f2a5 user: drh tags: version-3.8.6
12:09
Add the OpenDocument as SQLite case study. check-in: 2c57c78315 user: drh tags: trunk
2014-09-05
12:50
Fix the version number of Ubuntu. check-in: c9e67374a1 user: drh tags: trunk
2014-09-01
18:31
Further tweaks to the change log for 3.8.7. check-in: e3957c53b1 user: drh tags: trunk
18:16
Add documentation about the threads pragma and the WORKER_THREADS compile-time options. Update the change log to include the latest performance numbers and mention of multi-threaded sorting. check-in: 39b74ae928 user: drh tags: trunk
2014-08-27
18:49
Add an initial change log for version 3.8.7. check-in: d7f4783e95 user: drh tags: trunk
15:25
Add the Aditya and Karn book on SQLite in Android. check-in: 9def66ffaf user: drh tags: trunk
2014-08-19
10:23
Add a link to the "How To Corrupt" document from the topical index. check-in: b50b87b898 user: drh tags: trunk
10:18
Add a link to the Facebook corruption report caused by using a closed file descriptor. check-in: a2d97df5b9 user: drh tags: trunk
2014-08-16
18:44
Fix some text in the limits.html page. check-in: 26162d3d2b user: drh tags: trunk
2014-08-15
19:06
Version 3.8.6 check-in: e477e238b6 user: drh tags: trunk, release, version-3.8.6
17:32
Updates to the topical documentation index. check-in: 19359f2dd7 user: drh tags: trunk
15:48
Update the "Appropriate Uses" page and the "Documentation" index. Fix the size information in "Distinctive Features". check-in: a6e3e556b4 user: drh tags: trunk
15:01
Fix a typo in a hyperlink. check-in: 7c9241801c user: drh tags: trunk
14:59
Fix typos and add new hyperlinks. check-in: 415cd2bfe2 user: drh tags: trunk
13:45
Add the sha1sum and source-id for version 3.8.6 to the changelog. check-in: 1e9ff29172 user: dan tags: trunk
13:36
Clarification and amplification of AUTOINCREMENT. check-in: 60668454be user: drh tags: trunk
00:49
Clarifications to the ON CONFLICT documentation. check-in: 445adeb211 user: drh tags: trunk
2014-08-14
14:39
Change an "is" to a "was" in the news. check-in: 7ca803de2b user: drh tags: trunk
14:37
Update the 3.8.6 news item. check-in: 9af7ac771f user: drh tags: trunk
13:06
Fix typos. check-in: 09088d9a21 user: drh tags: trunk
12:49
Set the release date for 2014-08-15. Add a News entry for the release. check-in: 4de3b544f0 user: drh tags: trunk
2014-08-13
18:53
Updates to the webserver source code. check-in: 1c4aeae543 user: drh tags: trunk
2014-08-12
22:47
Mention that the argument to pragma table_info can be a view. check-in: 63eb2d2623 user: drh tags: trunk
02:49
Updates to the "How SQLite Is Tested" document. check-in: 7aa17891ac user: drh tags: trunk
2014-08-11
23:56
Updates to the "How SQLite Is Tested" document. check-in: b7925a9372 user: drh tags: trunk
21:17
Fix requirements marks in the file format document. Improvements to PRAGMA documentation. check-in: e09448dc9d user: drh tags: trunk
18:36
Updates to expression documentation. check-in: 5608ec77f8 user: drh tags: trunk
2014-08-08
21:27
Fix documentation errors and typos. check-in: 066b35fad5 user: drh tags: trunk
17:05
First complete draft of the "rescode.html" document. check-in: e5ea14f1ff user: drh tags: trunk
12:50
Work-in-progress: refactoring the documentation on integer result codes. check-in: b22f668cca user: drh tags: trunk
2014-08-07
13:22
General documentation updates. Attempts to provide better links and improve wording for better readability. check-in: 430bf0b418 user: drh tags: trunk
2014-08-06
01:08
Add the DEFAULT bug to the change log. Fix a few typos. check-in: c60ce44b02 user: drh tags: trunk
2014-08-05
20:37
Update the amalgamation document with the latest size and file count numbers. Add yet another link to the How To Compile document. check-in: 5b99c03910 user: drh tags: trunk
20:22
Update the change log for the latest changes. Make it easier to find the "How To Compile" documentation. Remove Nokia from the sponsors list. check-in: c22649df68 user: drh tags: trunk
2014-08-01
03:11
Enhance the documentation on PRAGMA integrity_check to match recent implementation enhancements. Add the enhancements to PRAGMA integrity_check to the change log. check-in: 6b17e6415e user: drh tags: trunk