Documentation Source Text

Timeline
Login

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

50 check-ins occurring around e61538e20143a511.

2008-10-29
19:21
Add master_journal_ptr.gif. (check-in: a30670ae85 user: dan tags: trunk)
02:15
Round the corners on a few items in the syntax diagrams that should be tokens but are shown as non-terminals. (check-in: 4a762d807c user: drh tags: trunk)
02:09
In the syntax diagrams, give all tokens rounded corners and all non-terminals square corners. (check-in: 27a206292e user: drh tags: trunk)
01:31
Fix problems with the syntax diagrams. Added the new sql-stmt-list syntax diagram. (check-in: 0fa64d8eb0 user: drh tags: trunk)
2008-10-28
21:26
Update documentation to describe recent changes on the truncate optimization and on memory allocation. (check-in: cd968e8e43 user: drh tags: trunk)
18:22
Fix a HTML markup error in the datatypes.html document. (check-in: 86f77d3560 user: drh tags: trunk)
18:03
Add documentation on the journal_mode=MEMORY pragma. (check-in: 4ea1044b9b user: drh tags: trunk)
2008-10-27
19:39
Add notes on "relationship to other documents" to fileio.html. (check-in: 2325135971 user: dan tags: trunk)
2008-10-25
11:54
Rerender the new create-trigger-stmt bubble diagram on elly. (check-in: d282e1000b user: drh tags: trunk)
11:53
Add some requirements for committing a transaction to fileio.html. (check-in: 1443ff59b7 user: dan tags: trunk)
10:54
More progress on the fileio document. (check-in: cce7b2e70e user: dan tags: trunk)
2008-10-22
17:59
Remove a misleading statement regarding shared-cache mode from pragma.html. (check-in: 0d4b98a77d user: dan tags: trunk)
10:36
Add a description of the master journal pointer format to fileio.html. (check-in: ddc0bf9659 user: dan tags: trunk)
2008-10-21
18:20
Updates to fileio.html. (check-in: 393638f17c user: dan tags: trunk)
05:20
Update 'create trigger' syntax diagram for ticket #3451. (check-in: e07481de97 user: dan tags: trunk)
2008-10-15
19:58
Fix for CVS ticket #3441. Looks like some prior changes got into this checkin too - they should have been checked in previously. (check-in: 0cab86593f user: drh tags: trunk)
2008-10-10
23:47
Add documentation on the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option. (check-in: 0e3d036dea user: drh tags: trunk)
18:31
Add pointers to the genfkey program from the release notes for 3.6.4 and from the "omitted.html" page. (check-in: 47c67b2277 user: drh tags: trunk)
17:27
Continuing work on requirements. (check-in: f40acf4d47 user: drh tags: trunk)
14:49
Point out that SQLITE_ENABLE_UPDATE_DELETE_LIMIT can only be used with canonical source code - not the amalgamation. (check-in: 945c7d8f20 user: drh tags: trunk)
2008-10-09
15:47
Fix the syntax diagram for PRAGMA. Other documentation updates. (check-in: 262c3af24e user: drh tags: trunk)
00:43
On the homepage, use javascript to put the sponsors names in a random order each time the page is displayed. (check-in: 32ffb21b93 user: drh tags: trunk)
00:41
Fix a typo in the rtree documentation. (check-in: 9bf9094c62 user: drh tags: trunk)
2008-10-08
01:10
Fix a typo in changes.html. Begin adding changes for the next release. (check-in: d1cef237a2 user: drh tags: trunk)
2008-10-07
20:12
Explain that truncate optimization of the DELETE statement disables triggers and that the LIMIT clause disables the truncate optimization. (check-in: 2e9edb204a user: drh tags: trunk)
20:01
Update language documentation to contain information about INDEXED BY and the LIMIT clause on UPDATE and DELETE. Updated information on the SQLITE_MAX_FUNCTION_ARG compile-time option. (check-in: e61538e201 user: drh tags: trunk)
2008-10-03
22:48
Add test describing the surprising (but correct) behavior of the 'NNN month' modifier in the date and time functions. CVS ticket #3411. http://www.sqlite.org/cvstrac/tktview?tn=3411 (check-in: e493a37cfc user: drh tags: trunk)
19:37
Implement community-suggested edits to the SQL language documentation. (check-in: 2628a04ba8 user: drh tags: trunk)
02:28
Remove the Syntax procedure from wrap.tcl. All syntax is now expressed as diagrams instead of using BNF. (check-in: 09eaa0861b user: drh tags: trunk)
02:18
Updates to the language documentation. Added syntax diagrams for comments and for SQL statements. (check-in: d16fcfeef7 user: drh tags: trunk)
00:56
Add the syntaxdiagrams.html page to the documentation. Updates to the language documentation pages to talk about the LIMIT and ORDER BY clauses on DELETE and UPDATE. (check-in: 289df32643 user: drh tags: trunk)
2008-10-02
18:04
Replace BNF with bubble diagrams in the language definition pages. Still a lot of text to update. (check-in: c1cdac9b55 user: drh tags: trunk)
15:45
Additional refinements to the bubble diagram generator. Initial check-in of the generated GIF file. We puts the GIFs in the respository because they can only be generated on Linux. (check-in: 65f1d8f6e6 user: drh tags: trunk)
14:49
Fix a typo in the documentation of the lower() SQL function. (check-in: 31aaf2c3f5 user: drh tags: trunk)
03:02
Formatting tweaks on the syntax button diagrams. (check-in: 28e884fd46 user: drh tags: trunk)
00:27
Add the generator for the "all.html" output file to the bubble syntax diagram generating script. (check-in: efd44c7e72 user: drh tags: trunk)
00:17
More work on the bubble diagrams. (check-in: 3310f8689a user: drh tags: trunk)
2008-10-01
21:28
Continuing work on the bubble syntax diagram generator. (check-in: 4b56572316 user: drh tags: trunk)
19:48
Continuing work on the syntax bubble diagrams. (check-in: f73a84dfb0 user: drh tags: trunk)
17:25
Continuing work on the bubble syntax diagrams. (check-in: 2bb38606e0 user: drh tags: trunk)
2008-09-29
20:57
Continuing work on the syntax bubble-diagram generator. (check-in: effc38b25c user: drh tags: trunk)
20:21
Continuing work on the syntax bubble-diagram generator. (check-in: 461cf70bbf user: drh tags: trunk)
17:12
Add a prototype to a syntax bubble diagram generator script. (check-in: 5f5eb0d82d user: drh tags: trunk)
2008-09-28
11:51
Fix typo in the VDBE document. (check-in: 163fe7f882 user: drh tags: trunk)
2008-09-26
21:38
Add documentation on the TRUNCATE journal mode. (check-in: 715819ca53 user: drh tags: trunk)
2008-09-25
18:51
Small amount of progress on fileio.html. (check-in: 1344ab631b user: dan tags: trunk)
2008-09-24
18:52
Trying for improvements in the appearance of the syntax in lang*.html. (check-in: 4bae4cc5b7 user: drh tags: trunk)
17:49
Fix a bug in the CREATE TRIGGER documentation. (check-in: 2f8b2b9ead user: drh tags: trunk)
2008-09-23
18:06
Add some more to fileio.html. (check-in: 3a3fd02722 user: dan tags: trunk)
2008-09-22
12:42
Add the observation that the unary "+" operator destroys type affinity. (check-in: b46eae7d62 user: drh tags: trunk)