Documentation Source Text

Timeline
Login

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

200 most recent check-ins using file pages/capi3.in version 8ab0e5f78b

2009-10-29
01:54
Fix typos in the new books.html document and in nulls.html and support.html. Continue extending the file format redux. (check-in: 4016dcb5b6 user: drh tags: trunk)
2009-10-28
15:05
Updates to file format redux, mostdeployed. Added the "Books about SQLite" page. (check-in: 4cf07896aa user: drh tags: trunk)
13:39
First check-in of the secondary file format document. (check-in: 0bea9013f4 user: drh tags: trunk)
2009-10-26
14:52
Add a "&#x27FE" mark after all hyperlinks to external websites. (check-in: 4fb1b232ad user: drh tags: trunk)
2009-10-24
20:34
Add the list-of-documents document. (check-in: 2e29944d92 user: drh tags: trunk)
02:07
Add line numbers to evidence displays. (check-in: 34a8386536 user: drh tags: trunk)
2009-10-23
20:59
Get evidence formatting, including backlinks, working. Bug fixes. (check-in: e528058980 user: drh tags: trunk)
19:17
Convert the requirements matrix generation over to use an SQLite database instead of a pile-of-files. There are still a few bugs, but the basic functionality is in place. (check-in: cbad51201d user: drh tags: trunk)
00:42
Update the documentation build process so that it uses a TCLSH that is built using tclsqlite3.c and which contains SQLite and MD5 commands built in. (check-in: 5d48a990bf user: drh tags: trunk)
2009-10-22
17:59
Change the makefile to automatically update the HTMLized evidence files on a full make. (check-in: fda1430aa2 user: drh tags: trunk)
17:53
Updates to pragma and optimizer documents. Add the evidence formatter and make corresponding revisions to the tracability matrix generator. (check-in: 687a957242 user: drh tags: trunk)
2009-10-21
20:08
Update requirements matrix generation so that requirements originating from separate documents go on separate pages. doc/matrix/matrix.html is now an index. (check-in: 4055cca797 user: drh tags: trunk)
13:44
Fix a typo in the foreign key documentation. (This changes on requirement number.) Identify new requirements in SQL function implementations. (check-in: 00a66e6757 user: drh tags: trunk)
00:19
When gathering test evidence, distinguish between th3/cov1 and th3/req1. (check-in: b58936c42e user: drh tags: trunk)
2009-10-20
20:51
Update the documentation for the built-in replace() function to make it clear that it works with text strings only, and not blobs. (check-in: dbf93ec2f9 user: drh tags: trunk)
13:54
Updates to the optoverview.html document to explain the recent changes to the LIKE and GLOB operator and how they now might be optimized when their RHS is host parameter. (check-in: 0b4f64fd77 user: drh tags: trunk)
13:48
Clarification on the meaning of the cache_size pragma and how the default page cache implementation interprets that pragma. Changes driven by src ticket f80d443a3b. (check-in: 6498c96895 user: drh tags: trunk)
05:32
Update the question about foreign key support in faq.html. (check-in: eaf2d456db user: dan tags: trunk)
2009-10-17
08:25
Add keywords to two sections in optoverview.in. So that documentation for sqlite3_reoptimize() can link to them. (check-in: 15b96b6b0a user: dan tags: trunk)
2009-10-14
02:43
Documentation updates prior to the release of version 3.6.19. (check-in: 9598affd43 user: drh tags: trunk)
2009-10-13
01:03
Tweaks to composite foreign key documentation. (check-in: f91582d301 user: drh tags: trunk)
2009-10-12
22:31
Ignore a closing comment mark ("*/") at the end of evidence comments. Show non-TCL and non-TH3 evidence in the matrix. (check-in: b8f9c4f046 user: drh tags: trunk)
17:56
Additional updates, improvements, and corrections to section 3 of the foreignkeys.html document. (check-in: a6630ea9bd user: drh tags: trunk)
15:28
Fix a bug in the way the matrix generator script computes requirement numbers using MD5 - remove surplus spaces before running MD5 over the text. Also check-in some updates to the foreignkeys.html document. (check-in: 87ab34e6a7 user: drh tags: trunk)
14:02
Fix a comma-splice in a sentence in the foreignkey.html document. (check-in: 74815839cd user: drh tags: trunk)
13:57
Fix another typo in the same SQL example of foreignkeys.html (check-in: a20a86f146 user: drh tags: trunk)
13:54
Add a missing semicolon to an SQL example in foreignkeys.html (check-in: 768c8f120d user: drh tags: trunk)
12:35
Further adjustments to the "evidence" target in the makefile. On the matrix translations of documents, color truth-statements orange if tested by only one of TH3 or TCL. (check-in: 9e600a556b user: drh tags: trunk)
12:05
Text clarifications in the fileformat.html docuement. Add the "evidence" target to the makefile. (check-in: a0c9d1890c user: drh tags: trunk)
2009-10-10
15:40
Fix typo in hyperlink in date-time function documentation. (check-in: dab9f1a7ac user: drh tags: trunk)
14:48
Tweaks to the foreign key documentation. (check-in: de5e4731cd user: drh tags: trunk)
14:34
Add a missing word to foreignkeys.html. (check-in: 7e3189adf2 user: dan tags: trunk)
14:28
Minor rewording of the foreignkeys.html document. Some requirements changed. Update the testcase evidence scanner to better handle evidence comments in TCL scripts. (check-in: 6dd77467c3 user: drh tags: trunk)
12:11
When scanning for test case evidence, allow comments to be indented. Scan the th3/cov1/*.test files in addition to th3/req1/*.test. (check-in: 3f08e43e76 user: drh tags: trunk)
2009-10-09
20:34
Syntax diagrams are now issued requirement numbers (based on a hash of the GIF image) and appear in the traceability matrix. (check-in: a8aba3f4bd user: drh tags: trunk)
17:48
Update the scanner and matrix generator to allow requirements text to follow a requirement number. Issue a warning if they disagree. (check-in: 329a3eafd7 user: drh tags: trunk)
17:22
Remove an incorrect sentence from foreignkeys.html. (check-in: 3677b8fc81 user: dan tags: trunk)
17:20
Update the test-case scanning tools to recognize the complete text of requirements following the "EV:" tag. (check-in: d2743d6c2a user: drh tags: trunk)
14:18
Generate the abbreviated traceability matrix showing only requirement numbers. (check-in: 0bfb260a9f user: drh tags: trunk)
13:33
Updates to Omitted Features. Add fragments to the foreign key document. Other documentation tweaks. (check-in: fe28facf39 user: drh tags: trunk)
13:30
Remove an incorrect paragraph from foreignkeys.in. Fix a few other small details. (check-in: de78ea29fa user: dan tags: trunk)
2009-10-08
11:19
Use ^( instead of ^ on a sentence in foreignkeys.in. (check-in: 70b1eab895 user: dan tags: trunk)
2009-10-07
18:43
Fix a sentence in foreignkeys.in. (check-in: 90c2bee863 user: dan tags: trunk)
12:56
In the webserver, any "%xx" in the inbound URL is converted into a single "_" character, regardless of the value of "xx". Formerly, "%xx" was converted into "_xx". This is to work around an issue on URIs inbound from stackoverflow.com. (check-in: 1ef729b05d user: drh tags: trunk)
10:45
Update the description of the "PRAGMA count_changes" command to describe the way changes made by foreign key actions are handled. (check-in: 52421d8609 user: dan tags: trunk)
01:15
Add "See also:" annotations to the syntaxdiagrams.html page. Fix a quoting mistake on pragma.html. (check-in: 365401b552 user: drh tags: trunk)
00:31
Update SQL language and foreign key documentation to better identify testable statements of truth about foreign keys. (check-in: cc6bec4374 user: drh tags: trunk)
2009-10-06
19:07
Add foreign key related statements to the documentation for the ALTER and DROP TABLE commands. (check-in: 4ca8a0c958 user: dan tags: trunk)
19:04
Updates matrix building scripts to ignore "." contained within markup. (check-in: 9e64626f1d user: drh tags: trunk)
17:03
All code in place for generating the requirements matrix. (check-in: b349e0f779 user: drh tags: trunk)
15:54
First code to build the requirements matrix. (check-in: 9334d5b6e0 user: drh tags: trunk)
11:59
Begin making changes that allow requirements text to be extracted directly from HTML documentation files. (check-in: 912746a5f1 user: drh tags: trunk)
2009-10-05
19:00
Remove all "^" characters from documentation text. This frees up that character for use in marking up requirements. (check-in: 1ce21e60da user: drh tags: trunk)
2009-10-02
05:48
Change pragma.html to say that the foreign_keys and recursive_triggers affect existing statements as well as those prepared after the setting is changed. (check-in: bdc6c4820c user: dan tags: trunk)
2009-09-29
05:52
Update foreignkeys.html to explain the changes to DROP and ALTER TABLE, and to remove the comments on the "immediate-immediate" constraint problem. (check-in: f21e45d5b6 user: dan tags: trunk)
2009-09-26
15:17
Revise the "Report A Bug" link to point to a wiki page explaining how to report a bug. (check-in: 21d37e66b1 user: drh tags: trunk)
2009-09-25
19:28
Fix an HTML typo in the TH3 document. (check-in: b767931a6e user: drh tags: trunk)
04:35
Fix the mismatched tags problem identified by [2cda06fa85]. (check-in: 1c76780f1c user: dan tags: trunk)
2009-09-23
15:20
Add change-log entries for the next release (3.6.19) (check-in: 9cb5891238 user: drh tags: trunk)
09:19
Add a comment to foreignkeys.html to make it clear that an ON UPDATE action is only performed if the parent key values modified so that the new values are distinct from the old. (check-in: cb8c404c1e user: dan tags: trunk)
2009-09-22
15:32
Add documentation for the foreign_keys pragma. Fix broken hyperlinks in the new foreign key constraints document. (check-in: bdfaef8a63 user: drh tags: trunk)
14:24
Add a link to foreignkeys.html to the main documentation index. (check-in: 37c1ac481d user: dan tags: trunk)
12:30
Extra details in the foreign keys document. (check-in: 02d2a1296b user: dan tags: trunk)
10:34
Enhance foreign key support page. (check-in: 3f9fde89b3 user: dan tags: trunk)
2009-09-21
19:07
Add an example of an index on a child key to foreignkeys.in. (check-in: a636d1d50b user: dan tags: trunk)
15:29
Add partially finished document "foreignkeys.in". (check-in: 639baca342 user: dan tags: trunk)
14:26
Correct the syntax of foreign key constraints. (check-in: 029b30de8c user: drh tags: trunk)
14:16
Remove the "last modified" line from the bottom of static web pages. It is no longer accurate. (check-in: 20d509a7ff user: drh tags: trunk)
01:41
Publish limitations on the 'unixepoch' modifier in the date and time functions. (check-in: 90ac5bfac9 user: drh tags: trunk)
2009-09-12
04:03
Mention in the date/time function documentation that dates outside the range 0000 through 9999 are unsupported. (check-in: 62853a0196 user: drh tags: trunk)
2009-09-11
16:09
Fix a typo in the sharecache.html document. (check-in: 19b6c05c73 user: drh tags: trunk)
15:58
Fix typos in the "changes" page for 3.6.18. (check-in: a7ffc62c5d user: drh tags: trunk)
15:34
Redate the 3.6.18 release. Final updates to the testing.html page. (check-in: c696d563cc user: drh tags: trunk)
15:25
Add the logo GIF. Many tweaks to the documentation in preparation for the release of 3.6.18. (check-in: 7c598abfd6 user: drh tags: trunk)
2009-09-09
19:31
Added a remark about the added SQLITE_SOURCE_ID information in 3.6.18. (check-in: 1747c9d69e user: drh tags: trunk)
17:04
Fix a typo in the recursive_triggers pragma documentation. (check-in: 00a2203dba user: drh tags: trunk)
17:00
Fix a typo on the 3.6.18 release notes. (check-in: d83bd759e2 user: drh tags: trunk)
16:22
Additional documentation updates in preparation for 3.6.18. (check-in: ab3114e96d user: drh tags: trunk)
2009-09-07
20:06
Make it clear that BEFORE triggers that change rows out from under the subsequent UPDATE or DELETE will result in undefined behavior. (check-in: a48fa42fae user: drh tags: trunk)
18:27
Add documentation of SQLITE_MAX_TRIGGER_DEPTH. (check-in: df753f0371 user: drh tags: trunk)
2009-09-01
14:05
Remove references to CVSTrac. Replace with corresponding Fossil references. (check-in: cc8dbfcb61 user: drh tags: trunk)
12:27
Make the "developers page" a hard-coded document, not a wiki page in CVSTrac. (check-in: faaa8cbcf3 user: drh tags: trunk)
2009-08-31
13:47
Query planner documentation update. (check-in: d8db9f9b5c user: drh tags: trunk)
2009-08-26
13:13
Tweaks to the testing documentation. (check-in: 3b5097e255 user: drh tags: trunk)
02:00
Updates, clarifications, and typo fixes in the SQL language documentation. (check-in: 7b2b285803 user: drh tags: trunk)
00:29
Updates to the testing.html and different.html documents. (check-in: 197d293511 user: drh tags: trunk)
2009-08-24
23:31
Fix typos in malloc.html. (check-in: 292c7157b4 user: drh tags: trunk)
23:05
Fix typos in the testing.html document. (check-in: 41a06717b5 user: drh tags: trunk)
14:50
Begin updating the change history in preparation for 3.6.18. Modify the download page to reference the new fossil repositories. Link in the www2.sqlite.org backup website. (check-in: 9f9705ea83 user: drh tags: trunk)
2009-08-22
02:53
Updates to the query planner documentation. (check-in: ded8a7f88c user: drh tags: trunk)
2009-08-19
15:55
Further miscellaneous documentation improvements. (check-in: 37edbace2a user: drh tags: trunk)
13:54
Fix a typo in the documentation of INSERT. Ticket [e07f262a63441]. (check-in: 6fbc1f9707 user: drh tags: trunk)
13:52
Miscellaneous documentation enhancements and cleanup. (check-in: 31954ec184 user: drh tags: trunk)
2009-08-14
18:43
Update the documentation makefile to use mksqlite3h.tcl rather than trying to process sqlite.h.in on its own. (check-in: e982745da1 user: drh tags: trunk)
18:28
Add documentation for the sqlite_source_id() SQL function. (check-in: ad4301a8a1 user: drh tags: trunk)
18:26
Update hyperlinks to point at the fossil-scm rather than CVSTrac. (check-in: 8de414fe8f user: drh tags: trunk)
2009-08-10
13:25
Last minute documentation tweaks before the release of 3.6.17. (check-in: 87b76c67f1 user: drh tags: trunk)
11:46
Fix a few spelling typos. (check-in: c3ed16c6d3 user: dan tags: trunk)
11:26
Fix typo in serverless.html. (check-in: 1ac9233c15 user: dan tags: trunk)
2009-08-09
22:27
Fixes to tcl documentation: Add docs for "version" and "profile" methods, add a hyperlink to the existing "incrblob" documentation. (check-in: 2eccbd9b76 user: dan tags: trunk)
2009-08-06
17:47
Change docs to talk about the fact that virtual tables and shared cache can be used together beginning with version 3.6.17. (check-in: 68debd1491 user: drh tags: trunk)
2009-08-01
18:38
Updates in preparation for version 3.6.17. (check-in: c5059a139a user: drh tags: trunk)
2009-07-31
20:36
Expanded documentation on test coverage. Added the "th3.html" page for describing the TH3 program. (check-in: 6bac792113 user: drh tags: trunk)
2009-07-30
10:51
Update documentation to talk about 100% test coverage in SQLite. (check-in: f7aa8bfebf user: drh tags: trunk)
2009-07-29
23:07
Merge lang.html and vtab.html corrections that got marooned on a branch into the main line. (check-in: ab7c4f5247 user: drh tags: trunk)
06:32
Fix a typo in c3ref/intro.html. (check-in: a3ee478f75 user: dan tags: trunk)
2009-07-03
15:38
Enhance the CREATE TRIGGER documentation to describe restrictions on INSERT, UPDATE, and DELETE statements that occur within triggers. CVS Ticket #3947. (check-in: b7dfcf7883 user: drh tags: trunk)
2009-07-02
00:26
Add LLR to do with the advisory b-tree locks used in shared-cache mode. (check-in: a4e2a17a94 user: dan tags: trunk)
2009-06-27
14:07
Preparing for the 3.6.16 release. (check-in: 5eeec98501 user: drh tags: trunk)
2009-06-23
14:36
Preparations for the 3.6.16 release. (check-in: 1793436b49 user: drh tags: trunk)
2009-06-17
03:30
Note an error in fileformat.html. (check-in: 69b129b4a4 user: dan tags: trunk)
2009-06-13
10:59
Remove an unrequired "todo" in btreemodule.html. (check-in: 1563461430 user: dan tags: trunk)
2009-06-12
12:06
Add more notes to btreemodule.html. (check-in: da4bf79ef3 user: dan tags: trunk)
2009-06-11
03:44
Add a diagram for delete operations. (check-in: dbcfaf4922 user: dan tags: trunk)
2009-06-09
11:58
Add a few interface requirements to btreemodule.html. (check-in: 9949936e6e user: dan tags: trunk)
00:55
Correct the description on how short_column_names and full_column_names interact. (check-in: 787c316f3f user: drh tags: trunk)
00:52
Fill in a couple of missing details wrt balance_nonroot (balance-siblings). (check-in: 273d1c6fee user: dan tags: trunk)
2009-06-08
13:39
Begin preparing the website for the 3.6.15 release. (check-in: 4b07b4204a user: drh tags: trunk)
12:57
Fix typos in the privatebranch document. (check-in: dea8397e9a user: drh tags: trunk)
12:30
Add extra details on balance-siblings algorithm to btreemodule.html. (check-in: 9e047c0045 user: dan tags: trunk)
07:19
Change the form of the tags used to embed svg images. (check-in: cd56d0a98c user: dan tags: trunk)
06:23
Add a few lines to btreemodule.html. (check-in: 982ca6b660 user: dan tags: trunk)
04:45
Update datatype3.html to mention that CAST expressions have an affinity. (check-in: 0b44acac20 user: dan tags: trunk)
00:34
Updates to the private branch document. (check-in: 78188e762a user: drh tags: trunk)
2009-06-07
00:01
Add a rough draft of the document describing how to use fossil to maintain a private branch of SQLite. (check-in: ce4ee2b8d3 user: drh tags: trunk)
2009-06-06
22:39
Add diagrams for balance-deeper and balance-quick. (check-in: 9e5e77c76e user: dan tags: trunk)
12:06
Progress on btreemodule.html. (check-in: 2b4a307362 user: dan tags: trunk)
2009-06-02
19:19
Fix a typo on the Documents page. (check-in: ee05430080 user: drh tags: trunk)
09:50
Progress on btreemodule.html. (check-in: e40416fac3 user: dan tags: trunk)
01:37
Fix a typo in download.html reported as cvstrac ticket #3892. (check-in: 0f6eae0c0d user: dan tags: trunk)
2009-06-01
12:04
Work on b-tree requirements. (check-in: fdf074286b user: dan tags: trunk)
2009-05-30
11:45
Progress on btreemodule.html (check-in: 7274af9a66 user: dan tags: trunk)
2009-05-29
12:12
Add hlr50000.txt. (check-in: 208f3f4f7c user: dan tags: trunk)
12:10
Incremental progress on btree module documentation. (check-in: 42037c5bc7 user: dan tags: trunk)
2009-05-28
11:53
Add a skeleton and some notes for btree module documentation. (check-in: 209bab6a3d user: dan tags: trunk)
2009-05-26
23:52
Fix an error in the previous commit. A "todo" note was added in the wrong place. (check-in: e0634484e3 user: dan tags: trunk)
23:13
Improve the internal links from text to glossary definitions in fileformat.html. Also fix a bunch of issues reported by John Machin on the mailing list. (check-in: c5aa49ff35 user: dan tags: trunk)
15:13
Add a "todo" note to fix the schema file-format range. Also fix another todo in fileformat.html. (check-in: 14e677d1dc user: dan tags: trunk)
04:32
Modify some requirements in fileformat.html to make them more testable. (check-in: 9a9955c381 user: dan tags: trunk)
2009-05-25
12:47
Enhancements to the news.html text for the 3.6.14.2 release. (check-in: f286448352 user: drh tags: trunk)
12:37
Get the date right on the 3.6.14.2 release notes. (check-in: 0cbb3524aa user: drh tags: trunk)
12:34
Preparations for the 3.6.14.2 release. (check-in: 57157e0e9e user: drh tags: trunk)
2009-05-24
23:20
Fill in some missing definitions and combine some requirements in fileformat.html. (check-in: 9c0dadcbb7 user: dan tags: trunk)
22:00
Remove requirement H16124. If the 3rd parameter to sqlite3_create_function is outside the range -1...127 then the behavior is undefined. (check-in: 4f36464caa user: drh tags: trunk)
11:01
Documentation fix: the sqlite3_create_function() interfaces return SQLITE_MISUSE of the number of arguments parameter is out of range. (check-in: d06c1c4318 user: drh tags: trunk)
2009-05-22
11:45
Add some more links to the docs.html page. Group the links under headings to try to make it easier to find pages. (check-in: 379b9f7acd user: dan tags: trunk)
2009-05-21
11:36
Minor edits of fileformat.html. (check-in: e216c81d99 user: dan tags: trunk)
2009-05-20
11:36
Modifications to the introduction of the file format document. (check-in: 0f0af25556 user: dan tags: trunk)
08:58
Reduce the number of requirements in fileformat.in governing updating the database file. It is not possible to have too much detail without also defining the expectations SQLite has of a file-system, which is not in scope. (check-in: fcd47d8a18 user: dan tags: trunk)
2009-05-18
23:21
Last minute tweaks to the 3.6.14.1 release documentation. (check-in: f8fba45763 user: drh tags: trunk)
17:37
Changes in preparation for the 3.6.14.1 release. (check-in: 4abdcb6c1c user: drh tags: trunk)
2009-05-14
23:56
Miscellaneous documentation and hyperlink tweaks. (check-in: 5856a03e9a user: drh tags: trunk)
20:45
Better doc_pagelink_crossref.html support. Now catches more hrefs outputted directly via hd_puts. (check-in: d0a850961d user: shaneh tags: trunk)
18:13
Generate doc_pagelink_crossref.html which shows which pages link to which. Useful for finding orphans. (check-in: bd0b540d7b user: shaneh tags: trunk)
18:12
Changed lang.html to use hd_resolve for linkage rather than crafted links. (check-in: 17a3eefb66 user: shaneh tags: trunk)
2009-05-11
17:41
Document the goofy behavior of PRIMARY KEY(x DESC) still allowing x to be a rowid if it is of type INTEGER. (check-in: b354d15151 user: drh tags: trunk)
14:24
Fixed typo. (check-in: 218a28e1d5 user: shaneh tags: trunk)
14:24
Initial error list checkin. (check-in: 7276f4a4a3 user: shaneh tags: trunk)
2009-05-10
15:57
Fix a bug in the foreign-key-clause syntax diagram: the ON DELETE clause and its friends are all optional. (check-in: 3562d60bc7 user: drh tags: trunk)
2009-05-06
23:57
Fix a typo in the release 3.6.14 news blurb. (check-in: a431922439 user: drh tags: trunk)
17:24
Add the asyncvfs.html documentation file. Prepare for the 3.6.14 release. (check-in: 81cdc75444 user: drh tags: trunk)
2009-05-05
18:23
Website updates in preparation for the 3.6.14 release. (check-in: e3715164fb user: drh tags: trunk)
2009-05-01
10:45
Add text describing file locking and the database header cookies (file and schema versions) to fileformat.html. (check-in: ca6db0c14f user: dan tags: trunk)
2009-04-30
16:00
Update the DELETE documentation to discuss the truncation optimization. (check-in: dcd3325dd3 user: drh tags: trunk)
2009-04-29
14:33
Update trigger documentation. (check-in: 1179f9425f user: drh tags: trunk)
10:16
Fix a bug in the formula to compute the layout of index b-tree cells. (check-in: 7e6a5768d9 user: dan tags: trunk)
2009-04-28
15:51
fileformat.html updates. (check-in: 7962286919 user: dan tags: trunk)
2009-04-27
18:20
Further updates to fileformat.html. (check-in: 47c1a4a97e user: dan tags: trunk)
11:59
Updates to fileformat.html. (check-in: 712d82fbd7 user: dan tags: trunk)
2009-04-21
16:14
Added a new FAQ to explain how the syntax diagrams are created. (check-in: 74c109fae7 user: drh tags: trunk)
2009-04-20
17:43
Update documentation to describe how pragma journal_mode will work as long as there is no pending transaction. (check-in: 8bb233e0af user: drh tags: trunk)
13:29
Update the documentation to explain that the journal_mode must be set prior to the first transaction. CVSTrac ticket #3811. (check-in: 3a4c37b08b user: drh tags: trunk)
2009-04-17
12:30
Added documentation on the SQLITE_HAVE_ISNAN compile-time option. (check-in: d1b62a10d5 user: drh tags: trunk)
2009-04-15
12:56
Fix typos in the vtab.html document. (check-in: e9e994caf8 user: drh tags: trunk)
2009-04-14
18:20
More virtual table documentation tweaks. (check-in: 0d0a959a73 user: drh tags: trunk)
18:15
Update to the virtual table documentation - in particular the documentation on the xUpdate method. (check-in: feccb40483 user: drh tags: trunk)
11:45
Additional virtual table documentation improvements. Fix the "when-to-use" document to omit discussion of the obsolete bitmap size limits. (check-in: 9ef2178fee user: drh tags: trunk)
2009-04-13
18:04
Fix a requirement number conflict in fileformat.in. Enhanced and expanded vtab.in. (check-in: 9acad193dd user: drh tags: trunk)
15:07
Merge [ebd923dab6] and [491737c7cf]. (check-in: 8f18472bac user: dan tags: trunk)
14:43
Further enhancements to the virtual table documentation. (check-in: ebd923dab6 user: drh tags: trunk)
14:24
Modifications to fileformat.html. (check-in: 491737c7cf user: dan tags: trunk)
12:58
Initial check-in of documentation on the virtual table interface. (check-in: 0776bf4007 user: drh tags: trunk)
09:49
fileformat.html updates. (check-in: 46434fb185 user: dan tags: trunk)
2009-04-11
06:09
Update diagrams in fileformat.html. (check-in: 7540fed845 user: dan tags: trunk)
2009-04-10
18:18
Update of fileformat.html. (check-in: 7f154daae5 user: dan tags: trunk)
2009-04-09
21:23
Begin updating the website for version 3.6.13. (check-in: d781fa0569 user: drh tags: trunk)
14:55
Begin adding the details of how databases are safely updated to fileformat.html. (check-in: aece6e4e5f user: dan tags: trunk)
13:25
More work on fileformat.html. (check-in: 92d2de3c1e user: dan tags: trunk)
2009-04-08
18:38
Changes to fileformat.html. (check-in: c3c9601bb3 user: dan tags: trunk)
13:43
Further incremental changes to fileformat.html. (check-in: b9c6d4b78b user: dan tags: trunk)
2009-04-07
18:34
Merge two leaves. (check-in: 17aaeb85f9 user: dan tags: trunk)
18:27
Further changes to fileformat.html. (check-in: 6631cb911e user: dan tags: trunk)
15:34
Incremental updates to fileformat.html. (check-in: 8b1e897acb user: dan tags: trunk)
15:08
Remove spurious "ah" from limits.html. cvstrac ticket #3787. (check-in: d8a646e989 user: dan tags: trunk)
2009-04-06
18:51
Add documentation for the collation_list pragma. (check-in: db4897a3dd user: drh tags: trunk)
16:42
Updates to the PRAGMA documentation. (check-in: a84577d9a2 user: drh tags: trunk)
11:46
Fix a typo in fileformat.html: 230 -> 2^30. (check-in: 928d0e91a3 user: dan tags: trunk)
2009-04-03
01:44
Updates, clarifications, and corrections to the pragma documentation. (check-in: 36a68629e1 user: drh tags: trunk)
2009-04-02
20:17
Improvements and clarifications to the auto_vacuum pragma documentation. (check-in: ae7cc4efbb user: drh tags: trunk)
02:23
Add documentation on the changes() and total_changes() SQL functions. (check-in: 71bdfb826a user: drh tags: trunk)