Documentation Source Text

Timeline
Login

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

192 check-ins using file pages/about.in version 5f440e06f9

2009-02-16
16:16
Additional clarifications to the syntax diagrams. (check-in: 1495fead09 user: drh tags: trunk)
2009-02-14
19:00
Tweaks to the syntax diagrams to make them more readable. (check-in: b28d410e7d user: drh tags: trunk)
2009-02-13
22:41
Improvements to the join-op syntax diagram. Do not show the RIGHT and FULL outer join options, since SQLite does not do them (yet). (check-in: 122764735d user: drh tags: trunk)
15:09
Additional hyperlinks associated with shared cache mode and limits. (check-in: 1762225ee3 user: drh tags: trunk)
15:09
Corrections to the bubble diagram for ANALYZE. (check-in: f12500891b user: drh tags: trunk)
2009-02-11
15:05
Update the limits documentation with additional description and hyperlinks to the sqlite3_limit() interface. (check-in: a9b40186dd user: drh tags: trunk)
2009-02-10
13:40
Minor edits to the backup application note. Integrate the same into the other documents. (check-in: d2614c5467 user: drh tags: trunk)
2009-02-05
19:45
Change fileformat.in to use Tcl instead of javascript for toc generation etc.. (check-in: 0ca8a50964 user: dan tags: trunk)
19:43
Add a page with some backup API examples. (check-in: 0c996cb98b user: dan tags: trunk)
02:33
Enhancements to the SQL language documentation. (check-in: c8dc1e13d7 user: drh tags: trunk)
2009-02-04
23:29
Documentation changes in preparation for the 3.6.11 release. (check-in: b9fd0996f1 user: drh tags: trunk)
2009-02-02
13:04
Fix a typo on the homepage. (check-in: b8436f59f5 user: drh tags: trunk)
02:15
Clarifications to core function documentation. (check-in: 1747b46fb5 user: drh tags: trunk)
2009-01-30
02:25
Previous fix to althttpd.c contained bugs in the mimetype finder. This version has actually been tested on the website. (check-in: 9e171b8ba5 user: drh tags: trunk)
01:55
Much larger mimetype table for the webserver. (check-in: 5666307201 user: drh tags: trunk)
2009-01-29
19:28
Update the keyword list and description in the language documentation. CVSTrac ticket #3612. (check-in: 561c52b85b user: drh tags: trunk)
2009-01-26
14:15
Add FAQ #20. (check-in: 32f90bde6c user: drh tags: trunk)
14:06
Update the descriptions of download products. Tweaks to the HLR. (check-in: 899c36f139 user: drh tags: trunk)
2009-01-16
12:11
Add SAVEPOINT and RELEASE to the list of SQL keywords. (check-in: 83b399eb79 user: dan tags: trunk)
2009-01-15
20:39
Fix typo in news.html. (check-in: f492a1d67d user: drh tags: trunk)
17:29
Fix typos in the news.html document. (check-in: d70562dba0 user: drh tags: trunk)
15:58
Tweaks to the 3.6.10 release documentation. (check-in: eb679e3242 user: drh tags: trunk)
14:45
Preparation for the 3.6.10 release. (check-in: fa09fac9b0 user: drh tags: trunk)
2009-01-14
06:51
Fix minor typo in pragma.html. (check-in: 0fec42b940 user: dan tags: trunk)
02:17
Changes for version 3.6.9. (check-in: 01bd9245c3 user: drh tags: trunk)
2009-01-12
15:39
Fix documentation typos. (check-in: 5fec82ddb1 user: drh tags: trunk)
15:02
Update documentation for the 3.6.8 release. (check-in: 87edd1d527 user: drh tags: trunk)
2009-01-10
18:31
Copy description of journal file format from fileio.html to fileformat.html. Fix a mistake in it at the same time. (check-in: 5693256f42 user: dan tags: trunk)
2009-01-07
11:49
Fix a typo in the previous commit. (check-in: 947cbbc3f1 user: drh tags: trunk)
11:47
Add a question to the FAQ about INSERT speed and transactions. (check-in: c334a971dd user: drh tags: trunk)
2009-01-06
02:14
Incremental check-in of documentation updates as we move toward 3.6.8. (check-in: 611916a1ff user: drh tags: trunk)
2009-01-02
17:36
Updating documentation for version 3.6.8. (check-in: 0a327982e8 user: drh tags: trunk)
2008-12-16
14:36
Preparing for release 3.6.7. (check-in: 8f063442c3 user: drh tags: trunk)
2008-12-15
22:49
Attempt to do a better job of explaining INTEGER PRIMARY KEY. (check-in: 47171588ec user: drh tags: trunk)
18:30
Enhanced documentation for INTEGER PRIMARY KEY. (check-in: a3dc852796 user: drh tags: trunk)
14:17
Documentation updates for version 3.6.7. (check-in: 2a5d0d781f user: drh tags: trunk)
2008-12-13
16:13
Fix a problem with fileformat.html pointed out on the mailing list. (check-in: 60e37f802c user: dan tags: trunk)
2008-12-10
00:49
Check in the Sony logo GIF. (check-in: 3472b0873a user: drh tags: trunk)
00:47
File format and file I/O documents converted to read their requirements text out of the requirements TXT files. Requirements numbers are shifted up into the 30000 range. (check-in: e1a02f28ad user: drh tags: trunk)
2008-12-09
22:49
Break out the requirements text into separate ASCII text files in the req/ folder. Requirements are now in a format suitable for use with qabot. Requirements information is no longer automatically extracted from sqlite3.h or fileformat.in. Changes to requirements must be manually entered. (check-in: e76f948793 user: drh tags: trunk)
2008-12-03
14:52
Change the syntax diagrams to require a GROUP BY prior to a HAVING clause. CVSTrac ticket #3516. (check-in: 77ea14504b user: drh tags: trunk)
2008-11-26
17:51
Update the documentation for a 3.6.6.2 branch release. (check-in: fa3ffc5811 user: drh tags: trunk)
2008-11-22
14:38
Fix the change-log script so that it handles 4-number versions without adding extra spaces. (check-in: a9ab508de0 user: drh tags: trunk)
14:28
Update news and changes comments for the 3.6.6.1 release. (check-in: e10dd4245e user: drh tags: trunk)
2008-11-21
11:25
Make the -https option to althttpd take a boolean argument. (check-in: e1b46a72c4 user: drh tags: trunk)
11:04
Add the -https command-line option to althttpd (check-in: 505a6a77ce user: drh tags: trunk)
2008-11-19
21:04
Move the 3.6.6 release date forward to 2008-11-19. (check-in: f7751b1e38 user: drh tags: trunk)
15:47
Changes in preparation for the release of 3.6.6. (check-in: f8531ee98a user: drh tags: trunk)
2008-11-17
14:53
Add Christian Werner to the "crew" page. (check-in: 8ef060fa98 user: drh tags: trunk)
2008-11-16
09:30
(no comment) (check-in: 656cbb6058 user: dan tags: trunk)
2008-11-14
12:19
Fix the typo reported in sqlite ticket #3500. (check-in: 5553f69583 user: dan tags: trunk)
2008-11-12
14:58
Add a "binary operators" hyperlink name and fragment. (check-in: 8e5c5d7ab7 user: drh tags: trunk)
14:55
Updates in preparation for the 3.6.5 release. Added documentation on the precedence of LIKE operators and on the BETWEEN operator. (check-in: bef59c46f7 user: drh tags: trunk)
2008-11-10
16:50
Various typos, etc. fixed; Improved consistency; Added more links for for omit options; (check-in: 1a29400b8f user: shaneh tags: trunk)
2008-11-05
19:40
Push the release date of 3.6.5 to Nov 12. (check-in: e4dc94b0c3 user: drh tags: trunk)
18:07
Documentation updates to describe recent changes to the way COMMIT and ROLLBACK operate. (check-in: f4f19b5484 user: drh tags: trunk)
2008-11-04
21:54
Spelling error in documentation of "vacuum" command. Ticket #3475. (check-in: 6af724d84f user: shaneh tags: trunk)
21:38
Various grammatical errors, spelling mistakes, and typos fixed in malloc.in. (check-in: 0b24c2dca4 user: shaneh tags: trunk)
14:50
Add documentation on sqlite3_db_mutex(). (check-in: 6943ba6a2e user: drh tags: trunk)
2008-11-01
13:39
Add Bloomberg as a consortium member. Other tweaks to documentation text. (check-in: 4690974daa user: drh tags: trunk)
03:15
Reverted accidental Makefile change. (check-in: b825a54a01 user: shaneh tags: trunk)
03:11
Consistent OS names and capitalization. Fixed typos. Added SQLITE_DISABLE* options to compile.in. Added links on the news.in page for versions. (check-in: 0c5af9d973 user: shaneh tags: trunk)
2008-10-31
20:45
Fixed typo. (check-in: 42eb94b2fe user: shaneh tags: trunk)
18:36
Added description of SQLITE_OMIT_DEPRECATED. Fixed a few minor typos. (check-in: e86511a053 user: shaneh tags: trunk)
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)
2008-09-18
15:22
Documentation updates for version 3.6.3. (check-in: 49535dba2b user: drh tags: trunk)
2008-09-09
15:12
Updates to the malloc document. (check-in: 98e50e4e24 user: drh tags: trunk)
13:48
Work on requirements in fileio.html. (check-in: c3a0f6d745 user: dan tags: trunk)
2008-09-04
17:09
Add documentation for SQLITE_DEFAULT_MEMSTATUS to compile.html. (check-in: 1445db0dec user: dan tags: trunk)
09:26
Enhance the description of the SQLITE_ENABLE_LOCKING_STYLE option in compile.html. (check-in: 523d4bcf07 user: dan tags: trunk)
2008-09-02
21:34
Add the threadsafe.html document and related documentation changes. (check-in: 44c2594627 user: drh tags: trunk)
13:34
Documentation changes for 3.6.2 (check-in: 208918a3f1 user: drh tags: trunk)
2008-08-12
18:10
Updates to the LIKE and GLOB documentation. CVSTrac ticket #3290. (check-in: ec08a46c8b user: drh tags: trunk)
16:12
Update the FAQ to talk about unicode case conversions and comparisons. (check-in: 668f102220 user: drh tags: trunk)
00:27
Continuing work on language syntax requirements. (check-in: ac58d1c1e9 user: drh tags: trunk)
2008-08-11
17:18
Add comment to change. (check-in: 869024cc6c user: shaneh tags: trunk)
17:13
Ignore API tags for experimental and deprecated. (check-in: 2ad6f9191f user: shaneh tags: trunk)
2008-08-10
19:23
Continuing work on SQL language requirements. (check-in: 451999a899 user: drh tags: trunk)
2008-08-09
00:01
Continuing work on syntax requirements. (check-in: ce20876314 user: drh tags: trunk)
2008-08-08
15:46
Continuing work on syntax requirements. This is just an incremental check-in. (check-in: b45c611781 user: drh tags: trunk)
2008-08-07
16:31
Add system requirements for ductile behavior. (check-in: e56e9ebd70 user: drh tags: trunk)
11:33
Merge changes back into a single branch. (check-in: 420b6c5ef7 user: drh tags: trunk)
01:30
Tweaks to tokenizer requirements. Add an outline for syntax requirements. (check-in: f2f70f988e user: drh tags: trunk)
2008-08-06
22:02
Add the tokenizer requirements file. Updates to system requirements. (check-in: 92de1a1982 user: drh tags: trunk)
11:51
Add assumptions related to file-systems that support the "sequential-write" property to fileio.html. (check-in: d5168c0553 user: dan tags: trunk)
2008-08-05
18:37
Last minute updatest to the documentation before 3.6.1. (check-in: 57f8360ad3 user: drh tags: trunk)
03:35
Continuing work on the malloc.html document. (check-in: f0f85bacb3 user: drh tags: trunk)
2008-08-04
22:01
Updates to the malloc.html document. (check-in: 2722f22a04 user: drh tags: trunk)
18:08
Continuing work on the memory allocator documentation. (check-in: 080d9901f8 user: drh tags: trunk)
13:45
Enhanced markings for experimental and deprecated interfaces. (check-in: afc454f404 user: drh tags: trunk)
2008-07-31
17:13
Begin adding the document on memory allocation. Update the index and changes documents for the release of version 3.6.1. (check-in: 8f269144c3 user: drh tags: trunk)
16:11
Further incremental improvements to fileio.in. (check-in: 89222751c6 user: dan tags: trunk)
10:57
Add a "document structure" section to fileio.in. (check-in: 92809645e2 user: dan tags: trunk)
2008-07-30
18:30
Add assumptions for "safe-append" and "atomic-write" VFS implementations. (check-in: 1276228968 user: dan tags: trunk)
09:00
Add a better overview to fileio.in. (check-in: f0560b2aa4 user: dan tags: trunk)
2008-07-29
16:42
Add definitions for the "atomic-write" "safe-append" and "sequential-write" VFS properties to fileio.html. (check-in: 26da8bcd0b user: dan tags: trunk)
2008-07-28
15:01
Start enumerating the assumptions sqlite makes related to the state of the file system following a power failure or OS crash. (check-in: ac2c5476d0 user: dan tags: trunk)
2008-07-23
15:38
Updates to system requirements. (check-in: a1807b9496 user: drh tags: trunk)
2008-07-22
18:55
Modify fileio.in to add requirements to the database as it is parsed. (check-in: a9b591daa0 user: dan tags: trunk)
18:46
Added the requirements derivation matrix report. (check-in: fd2d3b3be4 user: drh tags: trunk)
18:46
Updates to support the requirements derivation matrix. (check-in: 273baf47db user: drh tags: trunk)
17:40
Change the requirement numbers used in fileformat.in and fileio.in to start with "H2". (check-in: c1bf78dd4f user: dan tags: trunk)
17:24
Move fileio.html and fileformat.html from the other repository to this one. (check-in: 861079d8dc user: dan tags: trunk)
17:22
(no comment) (check-in: 906aef1f58 user: dan tags: trunk)
17:20
Added the "appreq.html" document. (check-in: ad008410e6 user: drh tags: trunk)
17:08
Revert capi3ref.in to scan sqlite3.h instead of sqlite3.c. (check-in: 1c87d6c3f1 user: drh tags: trunk)
17:04
Rework the requirements scanner to operate off of sqlite3.c instead of sqlite3.h. Add the hd_requirement procedure to wrap.tcl. (check-in: a4f337e315 user: drh tags: trunk)
11:09
Fix a formatting bug in the system requirements document. (check-in: cf1736c6e5 user: drh tags: trunk)
2008-07-21
22:44
Added system requirements document. (check-in: 715f11e50d user: drh tags: trunk)
2008-07-16
18:58
Add documentation on the enable_load_extension method in the TCL interface. (check-in: 13bb521f7e user: drh tags: trunk)
18:49
Reverted accidentally checked-in local MAkefile change. (check-in: 6308f3b20a user: mihailim tags: trunk)
18:46
Minor spelling corrections, changed i tags to em and b tags to strong, added missing 35to36 link to docindex, moved migration doc together (check-in: 161e589f81 user: mihailim tags: trunk)
2008-07-15
15:32
Website tweaks in preparation for the release of 3.6.0. (check-in: e63d2cabb2 user: drh tags: trunk)
2008-07-13
03:44
Fix typos in new documents. (check-in: 9ab3251ed2 user: drh tags: trunk)
2008-07-12
20:35
Updates to SQL language documentatioon and the 3.5-to-3.6 document. (check-in: 0869739eb5 user: drh tags: trunk)
2008-07-11
13:24
Fix typo on capi3.html. Also refer readers to maintained documents. (check-in: 2f6266dd1e user: drh tags: trunk)
2008-07-10
16:52
Add documentation on SQLITE_ENABLE_MEMSYS3/5. (check-in: ecf5c9238d user: drh tags: trunk)
2008-07-04
13:40
Fixed typo in PRAGMA documentation. (check-in: bd71688bcb user: mihailim tags: trunk)
2008-06-28
13:31
Copy the date+time function documentation out of the wiki. (check-in: 5178724f27 user: drh tags: trunk)
2008-06-27
18:56
Additional work on the R-Tree documentation. (check-in: 010e1a52d7 user: drh tags: trunk)
17:20
Initial check-in of the rtree documentation. Very incomplete. (check-in: a7b39daebb user: drh tags: trunk)
2008-06-26
18:03
Bring the compile.html document up-to-date. (check-in: c6f9f40d64 user: drh tags: trunk)
15:46
Continuing work on the compile-time options document. This is an incremental check-in. (check-in: daaf0b565e user: drh tags: trunk)
13:11
Add the text "*** DRAFT ***" to every page if the file "DRAFT" appears in the build directory. Additional changes toward version 3.6.0. (check-in: 8bbca56f8e user: drh tags: trunk)
02:52
Updates to the documents in perparation for 3.6.0. (check-in: 3cb62833af user: drh tags: trunk)
2008-06-25
12:48
Fixed #2051 (check-in: 83e99e89a8 user: mihailim tags: trunk)
08:36
Fixed #1020. (check-in: 391102d17f user: mihailim tags: trunk)
08:21
Fixed typo. (check-in: e45a5a4841 user: mihailim tags: trunk)
07:58
Fixed #1798. (check-in: f2a771ea80 user: mihailim tags: trunk)
07:05
Fixed #2326. (check-in: aa8f6b1d0f user: mihailim tags: trunk)
06:43
Fixed #3019. (check-in: f12d719b3c user: mihailim tags: trunk)
06:35
Typo, fixes #3170. (check-in: 67eb1e7a66 user: mihailim tags: trunk)
2008-06-23
11:16
Fix typo identified by cvstrac ticket #3136. (check-in: 84ce96a21d user: dan tags: trunk)
2008-06-18
13:49
Fix a broken link int the custombuild.html page. Sort the list of objects on the c3ref/objlist.html page. (check-in: 0466a1ef20 user: drh tags: trunk)
12:18
Fix for CVSTrac ticket #3177. (check-in: 47fbff8bc7 user: drh tags: trunk)
2008-06-11
20:53
Work on documentation of the changes in 3.6.0. Still a lot more work to do. (check-in: b96e5d72ea user: drh tags: trunk)
13:22
Fix an unresolved hyperlink in the pragma.html documentation. (check-in: 571ec9cab5 user: drh tags: trunk)
2008-06-10
12:59
Updates to the cintro.html page. (check-in: 1e0484c51a user: drh tags: trunk)
2008-06-05
17:03
Add documentation for new pragma "journal_size_limit". (check-in: f814d9bff5 user: dan tags: trunk)
2008-05-30
18:58
Added Shane's picture and biography to the maintainers page. (check-in: c1fc3a9bee user: drh tags: trunk)
2008-05-16
05:00
Add the new page_count pragma to pragma.in. (check-in: 120c7812dd user: dan tags: trunk)
2008-05-14
16:16
Change the release date of 3.5.9 to May 14. (check-in: 0b8419d9e2 user: drh tags: trunk)
2008-05-10
16:22
Better hyperlinks. (check-in: 32b6f9cdf7 user: drh tags: trunk)