Documentation Source Text

Timeline
Login

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

50 check-ins occurring around 1c8ccd6d216ccdbd.

2014-03-10
12:23
The 3.8.4 release. check-in: 9ac72e3702 user: drh tags: trunk
2014-03-08
03:21
Add a news blurb for the 3.8.4 release. check-in: 02c3db4e28 user: drh tags: trunk
2014-03-06
02:12
Update the index page and change log in anticipation for 3.8.4. check-in: 2c81b82587 user: drh tags: trunk
2014-02-28
12:26
Minor clarifications of recent documentation. check-in: e139253c4b user: drh tags: trunk
2014-02-22
13:55
Clarification of what it means for the expression in a DEFAULT clause to be constant. check-in: 0b36750358 user: drh tags: trunk
2014-02-21
13:21
Update the all-bnf.html file. check-in: 424fd15707 user: drh tags: trunk
2014-02-20
16:09
Make sure bubble diagrams are all shown in the right places. check-in: a67364e06f user: drh tags: trunk
2014-02-12
19:36
Fix a mistake in the date/time function documentation. check-in: 5cb71ea877 user: drh tags: trunk
2014-02-11
16:36
Add SOURCE_ID and SHA1 hash for the 3.8.3.1 release. check-in: d882698e7b user: drh tags: trunk
14:30
Updates for the 3.8.3.1 release. check-in: f2ce0c9b8e user: drh tags: trunk
2014-02-10
17:49
Fix a typo in the WITH documentation. check-in: 4cd3bb5ab2 user: drh tags: trunk
2014-02-06
16:52
Further clarification on the difference between recursive and ordinary CTEs. check-in: ecdd0d43d0 user: drh tags: trunk
13:25
Fix an example code error in the WITH documentation. check-in: a6ce882b01 user: drh tags: trunk
2014-02-05
00:16
Fix a hyperlink in the SELECT documentation. check-in: 1c86b01b95 user: drh tags: trunk
2014-02-03
14:00
Add the sha1sum and SQLITE_SOURCE_ID for version 3.8.3 to the changelog. check-in: c161234538 user: dan tags: trunk
2014-02-02
22:43
Enhancements to the bubble diagram generator. Leaf check-in: 4dc85d1094 user: drh tags: bubble-diagrams
2014-01-30
20:55
Fix an error in the table-or-subquery syntax diagram. check-in: a467d7a4b8 user: drh tags: trunk
20:51
Add the "factored-select-stmt" syntax diagram. Improve the way diagrams are hidden and shown. check-in: fac98d12ae user: drh tags: trunk
19:39
Make the "select-stmt" syntax diagram a closer fit to reality. check-in: 0c43e7efb4 user: drh tags: trunk
17:41
Fix FROM clause in the SELECT syntax diagrams. Also fix typos in the text. check-in: a115a033da user: drh tags: trunk
15:56
Update the mmap documentation to describe the problem of Windows not truncating memory mapped files. check-in: fa77748670 user: drh tags: trunk
15:32
Additional clarification on syntax restrictions in SELECT statements. check-in: 4c5d78209a user: drh tags: trunk
15:03
Further enhancements to the SELECT documentation. check-in: 979599b0b6 user: drh tags: trunk
14:11
Add the extended-simple-select-stmt syntax diagram. Update the documentation on SELECT statements to better explain limitations on the use of ORDER BY and LIMIT in compound SELECTs. check-in: c14dc7c23b user: drh tags: trunk
11:15
Additional hyperlinks to "compound SELECT", "ORDER BY" and "LIMIT". check-in: 1c8ccd6d21 user: drh tags: trunk
11:08
Clarification of the role of ORDER BY and LIMIT in compound SELECT statements. check-in: 7b8d43a8ef user: drh tags: trunk
2014-01-29
17:47
Update News and the change log. Bring the release date forward to 2014-02-03. Fix typos. Move older news entries out to oldnews.in. check-in: ea6e1d11de user: drh tags: trunk
17:10
Add new elements to the 3.8.3 change log. check-in: 7ab25ac60e user: drh tags: trunk
13:52
Typo fix. CAST(...TO...) should be CAST(...AS...). check-in: 64427669a7 user: drh tags: trunk
2014-01-24
23:43
Fix typos in the WITH clause documentation reported on the mailing list. check-in: 5415be54c0 user: drh tags: trunk
13:20
Add examples to WITH documentation showing how to control depth-first versus breath-first search of a tree using an ORDER BY clause on the recursive query. check-in: fb11eda20b user: drh tags: trunk
04:05
Further refinement and cleanup of the WITH and SELECT documentation. check-in: 2941cf658c user: drh tags: trunk
01:20
First cut at WITH documentation. check-in: 2636279279 user: drh tags: trunk
2014-01-23
22:25
Incremental checkin of work on the common-table-expression documentation. check-in: 52484ca596 user: drh tags: trunk
18:37
Refactoring many of the bubble syntax diagrams, especially related to SELECT. Attempting to make the bubble diagrams easier to follow. check-in: 9aa1b8df9b user: drh tags: trunk
15:29
Fix a link in the with-clause syntax diagram. check-in: 3598251c1c user: drh tags: trunk
15:25
Recursive syntax diagram display. check-in: 87e7eb3d0d user: drh tags: trunk
2014-01-17
23:50
Update the syntax bubble diagrams to show that the WITH clause is allowed. check-in: 3f48c6857f user: drh tags: trunk
2014-01-15
03:02
Clarify some sentences in the documentation on ANALYZE. check-in: 5fc1073e06 user: drh tags: trunk
2013-12-17
16:33
Documentation for the printf() SQL function. check-in: 9cbe2e4d08 user: drh tags: trunk
2013-12-16
21:42
When the request URI for static content contains extra path elements, report the error as 404 instead of 301. check-in: 155df5701c user: drh tags: trunk
21:30
In althttpd, keep track of wall-clock time in milliseconds, not seconds. And for the user and system times, be sure to subtract out the user and system times for prior requests on the same connection. check-in: 333c090d36 user: drh tags: trunk
20:13
Add an extra column to the logfile output from althttpd. The 16th column gives the number of characters in the request URI that contribute to the script name. This is useful with substr() in doing queries against specific CGI scripts. check-in: faec8e5df4 user: drh tags: trunk
17:01
Improvements to the althttpd logic that redirects to the base document when there are surplus pathname elements in the request URI. check-in: 452b6e3c75 user: drh tags: trunk
14:39
When serving static content that has extra elements on the end of the URI, return a 301 to redirect to the base document, so that relative hyperlinks in the document will be correct. check-in: 1682f2225f user: drh tags: trunk
2013-12-14
14:42
Update the change log with SQLITE_DETERMINISTIC. check-in: 5bc4dbf151 user: drh tags: trunk
12:40
Add a change log for version 3.8.3. Fix a typo in the FAQ. check-in: 0aa5202f33 user: drh tags: trunk
2013-12-12
14:10
Fix missing "is" in the query planner document. check-in: 200941601a user: drh tags: trunk
13:23
Corrections to the spellfix1 documentation. check-in: aa19d1fdb5 user: drh tags: trunk
2013-12-06
15:50
Version 3.8.2 check-in: e795bba129 user: drh tags: trunk, release, version-3.8.2