Documentation Source Text

Timeline
Login

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

200 most recent check-ins using file pages/tempfiles.in version 233054463b

2015-03-09
19:43
Update the change log to mention VxWorks support. check-in: ba1c4ee6c3 user: drh tags: trunk
2015-03-07
11:16
Improve the documentation of fts5 auxiliary functions. check-in: a358d9babf user: dan tags: trunk
2015-03-06
19:29
Further enhancements to fts5.in. check-in: 984c3483df user: dan tags: trunk
2015-03-05
21:00
Add a couple of details to fts5.in. check-in: 23989471bd user: dan tags: trunk
15:35
Fix the documentation of PRAGMA index_info to omit the three extra files that were reverted. Improve the documentation of PRAGMA index_list to detail the output fields. check-in: 8b3cf7e669 user: drh tags: trunk
01:22
Fix a bug in matrix generation. Relax a restriction on the use of VALUES clauses - a restriction that did not actually apply. Fix a formatting problem in the FTS5 docs. check-in: f61b2a7935 user: drh tags: trunk
00:17
Only count duplicate requirements once when scoring, but show every usage in the matrix reports. check-in: 61f2878145 user: drh tags: trunk
2015-03-04
23:15
Clarifications on INDEXED BY documentation. Syntax diagrams which are default visible are always requirements even if they occur multiple times, but syntax diagrams that are default hidden now have the "data-noreq" attribute which prevents them from being marked as requirements. check-in: 000660158c user: drh tags: trunk
20:56
Clarification of the "INSERT OR" and "REPLACE" forms of the INSERT statement. check-in: 58895ad201 user: drh tags: trunk
20:49
Update the "features.html" page to the version found on trunk. check-in: 2f5fb6f4d1 user: drh tags: branch-3.8.8
20:19
Add fts5.html. check-in: 519916c18a user: dan tags: trunk
16:59
Merge typo fix from the 3.8.8 branch. check-in: 9621e94943 user: drh tags: trunk
16:57
Fix a typo in the new executive summary of the c-language intro. check-in: 69e5764941 user: drh tags: branch-3.8.8
16:53
Improvements to API documentation cherry-picked from trunk. check-in: 246736cd96 user: drh tags: branch-3.8.8
16:44
Improvements to API documentation. List VxWorks in the supported platforms on the features page. check-in: c9cc354d83 user: drh tags: trunk
15:00
Add an Executive Summary to the top of the cintro.html document. check-in: 14d94072cd user: drh tags: trunk
2015-03-03
18:12
Update so the alter table procedures. (Cherrypick from trunk.) check-in: 7b774680e1 user: drh tags: branch-3.8.8
18:11
Update so the alter table procedures. check-in: 615b0d3f7e user: drh tags: trunk
18:03
Merge changes from the 3.8.8 branch. check-in: 7024b8da5d user: drh tags: trunk
16:57
Another typo fix in the SQLITE_ALLOW_URI_AUTHORITY documentation. check-in: fee2c72de1 user: drh tags: branch-3.8.8
14:05
Fix a typo in the documentation for SQLITE_ALLOW_URI_AUTHORITY. And remove SQLITE_INTERRUPT as a condition for which a manual ROLLBACK is recommended. Cherrypicks from trunk. check-in: 6da416cd71 user: drh tags: branch-3.8.8
14:01
Fix a typo in the documentation for SQLITE_ALLOW_URI_AUTHORITY. check-in: 8c231d16ef user: drh tags: trunk
2015-03-02
15:31
Remove SQLITE_INTERRUPT as a condition for which a manual ROLLBACK is recommended, as an automatic ROLLBACK always occurs following an interrupt. check-in: 79f6b17595 user: drh tags: trunk
2015-02-27
21:52
Remove mention of the SQLITE_DEFAULT_TEMP_CACHE_SIZE compile-time option, which is no longer used and has not been used for a while. Mention that the default cache_size for TEMP databases is 0. check-in: b23ccdfcdf user: drh tags: trunk
20:24
The "PRAGMA temp.cache_size" statement does not currently work. So omit it from the documentation. check-in: 54c55f5bd5 user: drh tags: trunk
20:09
Resurrect a couple of requirements on PRAGMA journal_mode that were mistakenly dropped by one of the previous few check-ins. check-in: a9966eadef user: drh tags: trunk
19:02
More corrections to the PRAGMA documentation. check-in: 08b7956b61 user: drh tags: trunk
15:45
In the PRAGMA documentation, show the "database." prefix on all and only those pragmas for which it might make a difference. check-in: 4a77b7e608 user: drh tags: trunk
02:37
Clarifications and typo fixes to several web pages. check-in: 00d095bbd5 user: drh tags: trunk
2015-02-26
20:11
Improvements to the wording of documentation for index_info and index_xinfo pragmas. check-in: 4fca6ea06a user: drh tags: trunk
17:29
Add documentation for the "PRAGMA index_xinfo" command. check-in: fb31730b59 user: drh tags: trunk
16:50
Fix a faulty requirement mark in the WAL documentation and a typo in the AUTOINCREMENT page. check-in: 7d8c30e639 user: drh tags: trunk
2015-02-25
15:40
More typo fixes and simplification of the whentouse.html document. check-in: 4cf46a5799 user: drh tags: branch-3.8.8
15:21
Merge the 3.8.8.3 changes into trunk. check-in: 6139a797c7 user: drh tags: trunk
15:12
Fix typos on the whentouse.html page. check-in: a302c3195d user: drh tags: branch-3.8.8
13:31
Version 3.8.8.3 check-in: e5840a16ce user: drh tags: release, branch-3.8.8, version-3.8.8.3
2015-02-21
15:46
Merge whentouse.html enhancements from the 3.8.8 branch. check-in: 3b4b8c681a user: drh tags: trunk
14:23
Further improvements to the "whentouse.html" document based on community feedback. check-in: fb810e2184 user: drh tags: branch-3.8.8
2015-02-18
14:10
Still more tweaks to whentouse.html check-in: 926ff6c0a2 user: drh tags: branch-3.8.8
13:48
Still more refinement of the whentouse.html page. Split off some of the details of the "Application File Format" bullet into a separate file. Move "Internet of Things" to the first bullet because that is currently trendy. check-in: 65d06a3e42 user: drh tags: branch-3.8.8
03:01
Remove a stray ">" character from the whentouse.html document. check-in: 1f8dc8b380 user: drh tags: branch-3.8.8
02:44
More refinements to the whentouse.html document. check-in: bac63b794b user: drh tags: branch-3.8.8
2015-02-17
19:43
Fix typos in the whentouse.html document. check-in: 26c13d0a75 user: drh tags: trunk
19:38
Fix typos in the whentouse.html document. check-in: f20a01f111 user: drh tags: branch-3.8.8
19:35
Typo fix in the whentouse.html document. check-in: 2783c0c3be user: drh tags: branch-3.8.8
19:09
Pull in the whentouse.html updates without waiting for the next release. check-in: 1dfc552b2a user: drh tags: branch-3.8.8
19:04
Initialize the 3.8.9 change log. Add a linke to the when-to-use document on the front page. Updates and enhancements to the when-to-use document. check-in: 970b51ea32 user: drh tags: trunk
17:21
Enhancements to the whentouse.html document. check-in: ddb8a3924e user: drh tags: trunk
2015-02-11
17:28
Add a note to the date-time function documentation to say that the "s" at the end of modifiers like "days" is optional. check-in: b800b2aa94 user: drh tags: trunk
2015-02-03
06:14
Fix a typo in the index_info pragma documentation. check-in: 49266aeb5b user: drh tags: trunk
2015-01-31
15:03
In althttpd.c: Supply a Content-length header in the reply if the CGI does not provide one itself. check-in: 9363196b1f user: drh tags: trunk
2015-01-30
14:34
Changes for the 3.8.8.2 patch release. check-in: 12ee06f549 user: drh tags: trunk
2015-01-23
12:44
Further updates to the large-WAL avoidance advice. check-in: 99079b3364 user: drh tags: trunk
2015-01-22
17:48
Fix typos and simplify wording in the previous commit. check-in: 9305fd78a4 user: drh tags: trunk
17:32
Add a section to the WAL-mode documentation talking about how to avoid over-sized WAL files. check-in: de568658d9 user: drh tags: trunk
2015-01-20
17:58
Version 3.8.8.1 check-in: f8d886372c user: drh tags: trunk, release, version-3.8.8.1
17:18
Add the SOURCE_ID and sha1sum for 3.8.8.1. check-in: f5699b6c64 user: dan tags: trunk
16:58
Add a change log and news and other changes for the 3.8.8.1 patch release. check-in: e024f74b99 user: drh tags: trunk
2015-01-17
18:56
Remove Oracle from the list of active Consortium members. check-in: ea64cbaecb user: drh tags: trunk
17:25
Simplify the text descriptions of download products. Enhance the "amalgamation" page to talk about the split amalgamation and describe how to build the amalgamation. Add the "getthecode.html" page with descriptions on how to clone the SQLite repositories. check-in: c2c04806c8 user: drh tags: trunk
2015-01-16
18:33
Version 3.8.8 check-in: acba88bd91 user: drh tags: trunk, release, version-3.8.8
13:34
Update the changelog with the sha1sum and SQLITE_SOURCE_ID for version 3.8.8. check-in: a5a1438553 user: dan tags: trunk
12:04
Add news for the 3.8.8 release. Fix two typos. check-in: ee68a396c3 user: drh tags: trunk
2015-01-14
20:18
Add two new elements to the change log for 3.8.8. check-in: 4feb5c4fcb user: drh tags: trunk
2015-01-12
12:38
Merge typo fix from the 3.8.7 branch. check-in: 8705a95364 user: drh tags: trunk
12:37
Fix typos in the whentouse.html document. Leaf check-in: 6ee4cecc7e user: drh tags: branch-3.8.7
2015-01-10
19:17
Update the change log. Add descriptions of the HAVE_* compile-time options to the copmile.html page. check-in: 5f01e4dd6c user: drh tags: trunk
2015-01-09
17:13
Anticipated release date for 3.8.8 is sometime in January 2015. check-in: 71bc73bbc6 user: drh tags: trunk
17:11
Simplification of the descriptions of Prerelease build products. check-in: 2dde2e8972 user: drh tags: trunk
17:10
Simplification of the descriptions of Prerelease products on the download page. check-in: 130b681d08 user: drh tags: branch-3.8.7
16:06
Update the URL for mailing lists. check-in: afa1785659 user: drh tags: trunk
16:06
Update the URL for mailing lists. check-in: 834ce49903 user: drh tags: branch-3.8.7
2015-01-07
12:53
Write ESCAPE instead of EXCEPT as the modifier for the LIKE operator. check-in: 1e0e7c9300 user: drh tags: trunk
2015-01-06
16:11
Updates to the testing document. check-in: 1193750b85 user: drh tags: trunk
2015-01-05
21:38
Update the documentation to report that there is no limit on the number of terms in a VALUES clause. check-in: 9cc86fd71d user: drh tags: trunk
2015-01-02
18:43
Update documentation for the SQLITE_CONFIG_PMASZ start-time option. check-in: 804af47bf3 user: drh tags: trunk
2014-12-25
01:09
Fix a typo in the documentation for PRAGMA data_version. check-in: 19930f5ff0 user: drh tags: trunk
2014-12-22
18:41
Refine the way PRAGMA data_version works. check-in: 5bc1374bd4 user: drh tags: trunk
2014-12-20
14:50
Add documentation for the "PRAGMA data_version" command. check-in: 115f3d9154 user: drh tags: trunk
2014-12-19
12:45
In althttpd.c: Fix a comment marking a MakeLogEntry() call to include the LOG: keyword so that it is correctly picked up for recording the location of MakeLogEntry() calls. check-in: c92bd8c857 user: drh tags: trunk
2014-12-18
21:37
Merge recent 3.8.7 documentation fixes into the trunk branch. check-in: 272e47f56d user: drh tags: trunk
21:34
Pass the HTTP_ACCEPT_ENCODING parameter to CGI programs. check-in: 3985f4812e user: drh tags: branch-3.8.7
20:28
Change the search link on the /search page to use https. check-in: 53758cb024 user: drh tags: branch-3.8.7
2014-12-16
12:48
Add recent enhancements and bug fixes to the change log for 3.8.8. check-in: d9b4a84657 user: drh tags: trunk
00:30
Merge changes from the 3.8.7 branch. check-in: f7bef26292 user: drh tags: trunk
2014-12-10
20:36
Fix version leaks in news.html. check-in: 03d9492267 user: drh tags: branch-3.8.7
17:43
Fix minor typo on the FAQ page. check-in: 6d1524e625 user: mistachkin tags: trunk
03:48
Correct several typos on the result code page (rescode.html). check-in: 069c44a28e user: drh tags: branch-3.8.7
03:47
Updates to the change log for recent enhancements. check-in: c49f5541f9 user: drh tags: trunk
2014-12-09
23:45
Correct several typos on the result code page (rescode.html). check-in: 0c60218b55 user: mistachkin tags: trunk
18:28
Add anchors to the syntaxdiagrams.html page. check-in: 052259eccb user: drh tags: trunk
18:28
Add anchors to the syntaxdiagrams.html page. check-in: b3c80950d8 user: drh tags: branch-3.8.7
15:35
Merge the 3.8.7.4 release changes. Add the latest 3.8.8 enhancements to the change log. check-in: aa7191431a user: drh tags: trunk
01:41
Website changes for the 3.8.7.4 release. check-in: 34f1feeea7 user: drh tags: branch-3.8.7
2014-12-06
15:13
Merge the 3.8.7.3 release changes into trunk. check-in: 8fb499552f user: drh tags: trunk
06:53
Add the sha1sum and SQLITE_SOURCE_ID for version 3.8.7.3. check-in: 4c00b47b5d user: dan tags: branch-3.8.7
2014-12-05
18:34
Update the list of Consortium members. check-in: 381383ba34 user: drh tags: branch-3.8.7
16:18
Updates the website for the 3.8.7.3 release. check-in: cbe10b532d user: drh tags: branch-3.8.7
00:07
Update the change log to reflect recent progress. check-in: 3abfd7cf87 user: drh tags: trunk
2014-12-03
15:50
Updates related to SQLITE_CHECKPOINT_TRUNCATE and especially to the PRAGMA wal_checkpoint documentation. check-in: 8418b34bb8 user: drh tags: trunk
2014-12-01
13:53
Add a couple of fragment marks to the WITHOUT ROWID document. check-in: 571ed1e986 user: drh tags: trunk
2014-11-21
13:42
Clarification to the documentation on the reverse_unordered_selects pragma. check-in: 3d72482e47 user: drh tags: trunk
2014-11-20
23:19
Fix a typo in the documention for abs(). check-in: 243484a535 user: drh tags: trunk
19:15
Updates to the file-format document. check-in: c17b8feb60 user: drh tags: trunk
02:13
Further enhancements to the file format document. check-in: 0e52679d7c user: drh tags: trunk
2014-11-19
22:22
Minor tweaks to the file format documentation. check-in: 63cc893eba user: drh tags: trunk
13:50
Fix a faulty requirement mark on the previous check-in. check-in: 5c05494072 user: drh tags: trunk
13:42
Add documentation for the noskipscan token in sqlite_stat1. check-in: 242e4f73aa user: drh tags: trunk
13:40
Merge website changes from the 3.8.7.2 branch. check-in: 52c586dfd1 user: drh tags: trunk
12:03
Version 3.8.7.2 check-in: df485e2cdb user: drh tags: release, version-3.8.7.2, branch-3.8.7
07:03
Add the sha1sum and SOURCE_ID for version 3.8.7.2. check-in: 8fe4305258 user: dan tags: branch-3.8.7
2014-11-18
18:00
Add a news item for the 3.8.7.2 release. check-in: 56ba9127eb user: drh tags: branch-3.8.7
13:30
Add the change log and update the index page for 3.8.7.2. check-in: 1f42f870e2 user: drh tags: branch-3.8.7
2014-11-12
01:43
Update the documentation to state that CTEs are not supported inside of triggers. check-in: a88023a792 user: drh tags: trunk
2014-11-11
21:11
Update ROLLBACK documentation to explain that SQLITE_ABORT_ROLLBACK is avoided for read operations if the schema is unchanged. check-in: dbad62eafd user: drh tags: trunk
20:22
Updates to the change log check-in: 5498f534a2 user: drh tags: trunk
12:18
Update autoincrement documentation to make it clear that inserts that subsequently roll back can have their rowids reused. check-in: c9b9542439 user: drh tags: trunk
2014-11-10
13:54
Process the -logfile argument of althttpd.c using strftime(). check-in: 1c89e1bfa7 user: drh tags: trunk
2014-11-07
13:25
Add the SQLITE_ENABLE_STMT_SCANSTATUS compile-time option. check-in: 6e6b64e70c user: drh tags: trunk
13:24
Fix a typo in the amalgamation.html document. check-in: 422590eebb user: drh tags: trunk
2014-11-01
12:27
Search query goes to https instead of http. check-in: 3fc391aaa7 user: drh tags: branch-3.8.7
12:26
Search query goes to https instead of http. check-in: 1c7a04ef3c user: drh tags: trunk
2014-10-31
19:02
Merge in the 3.8.7.1 changes. check-in: 1f802a1707 user: drh tags: trunk
2014-10-29
14:08
Add sha1sum and SQLITE_SOURCE_ID for 3.8.7.1 to changes.html. check-in: 0266552227 user: dan tags: branch-3.8.7
11:15
Update the website for version 3.8.7. check-in: fc792a76a2 user: drh tags: branch-3.8.7
2014-10-28
19:51
Back out change [f9a2ecb98079]. ROWID values can indeed be changed by a VACUUM. check-in: cfa8ce2773 user: drh tags: trunk
12:49
Begin adding notes on the changes for 3.8.8. check-in: c95795d137 user: drh tags: trunk
2014-10-27
11:26
Add a small number of evidence marks to wal.html. check-in: 461e6bbcf3 user: dan tags: trunk
2014-10-25
13:09
Fix a paragraph number in the vtab.html document. check-in: 66c36ec0c8 user: drh tags: trunk
2014-10-24
19:41
Add an extra byte to the end of an allocated buffer, to make doubly-sure to avoid a buffer overrun. check-in: 81ebf06056 user: drh tags: trunk
2014-10-23
17:41
Change the documentation to show that ROWID values are preserved across a VACUUM. check-in: f9a2ecb980 user: drh tags: trunk
16:38
Make sure that "devids.net" does not appear in the referrer log. Change the name to "devids.net.smut". check-in: 974a16487b user: drh tags: trunk
15:04
Fix a missing "LOG:" in a comment of althttpd.c check-in: d562f4165f user: drh tags: trunk
14:51
Add comments to the althttpd.c source file that identify all possible "lineno" values for the 17th parameter of the log file. check-in: ccf1203477 user: drh tags: trunk
14:15
Althttpd enhancements: Add a 17th field to the log file that records the source-code line from which the log file message was generated. This is useful for studying the causes of request failures. Also, invoke Malfunction() on any unix API error. check-in: 415faae9bf user: drh tags: trunk
2014-10-17
11:28
Version 3.8.7 check-in: 06c69dc9d2 user: drh tags: trunk, release, version-3.8.7
2014-10-16
16:32
Fix documentation typos. Add a news article for 3.8.7. check-in: 8076857500 user: drh tags: trunk
2014-10-11
10:52
Add the DESC GROUP BY ORDER BY bug to the changes page for 3.8.7. check-in: 78bc13ed79 user: drh tags: trunk
2014-10-08
18:30
Updates to the 3.8.7 change log. check-in: 25c7b7896e user: drh tags: trunk
2014-10-07
12:40
Add the not-found.html page. check-in: 2e2274895f user: drh tags: trunk
2014-10-06
15:08
Add to the file-format documentation the constraint that stat3 and stat4 samples must be ordered. check-in: fad8e07e26 user: drh tags: trunk
03:07
In althttpd.c: Fix a bug such that HTTPS requests are correctly logged as such. If the "--https 1" command-line option is used, then try to read the remote IP address from the REMOTE_HOST environment variable, under the assumption that althttpd is being called from stunnel. check-in: c34e8da80a user: drh tags: trunk
00:35
Detect and disable a "bashdoor" attack against althttpd.c. check-in: 389e06d34a user: drh tags: trunk
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
2014-07-31
19:04
Add the DISTINCT optimization to the change log for 3.8.6. check-in: 06696e7778 user: drh tags: trunk
19:02
Clarification to the "Examples" section on the CREATE TRIGGER documentation page. check-in: bd0aa2fc3b user: drh tags: trunk
2014-07-30
14:31
Update the change log to include the CREATE UNIQUE INDEX fix. check-in: dfe6ec1900 user: drh tags: trunk
2014-07-29
12:59
Update the change log and the home page for the R-Tree "rowid IN ..." bug. check-in: e0e37413af user: drh tags: trunk
2014-07-26
18:03
New image for the Das book. check-in: 800e621e25 user: drh tags: trunk
2014-07-25
18:38
Improvements to the "opcode.html" page that documents the VDBE. check-in: e6972343b0 user: drh tags: trunk
12:35
Add the book by Sribatsa Das. check-in: 258b50a4d4 user: drh tags: trunk