Documentation Source Text

Timeline
Login

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

50 descendants and 50 ancestors of d7f83670d77b664af5f9a56effadd86e8766d490

2014-09-01
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
2014-07-24
15:44
Add a change-log not about schema indexes being preferred over transient indexes. check-in: 3659d1f8cd user: drh tags: trunk
15:36
Add a change log for version 3.8.6. Update the home page for version 3.8.6. check-in: 0d81c00b9a user: drh tags: trunk
14:39
Add documentation for sqlite3_index_info.estimatedRows, part of the virtual table interface. check-in: 77f80a4186 user: dan tags: trunk
14:27
Add documentation on the hexadecimal integer notation. check-in: 4656303de6 user: drh tags: trunk
13:50
Add documentation about the readfile() and writefile() extension functions in the command-line shell. Additional command-line shell documentation updates. check-in: d4097ee3bf user: drh tags: trunk
2014-07-22
12:24
Enhance the file format description to allow unrecognized text tokens at the end of the stat column in sqlite_stat1. check-in: 3e1aad19c5 user: drh tags: trunk
2014-07-18
19:06
Clarify that PRAGMA wal_autocheckpoint always causes a PASSIVE checkpoint. Provide clearer definitions for PASSIVE, FULL, and RESET checkpoints. check-in: 306698cb1d user: drh tags: trunk
2014-07-07
13:13
Clarification of the automerge documentation in FTS3. check-in: a8e5cf50a0 user: drh tags: trunk
10:39
Add documentation for the "^" qualifier to fts3.html. check-in: 6a74a13c86 user: dan tags: trunk
2014-07-03
11:15
Fix a typo in vtab.html. check-in: 34e181958c user: dan tags: trunk
2014-07-02
16:24
Fix some typos in queryplanner-ng.in. check-in: 8471968fb0 user: dan tags: trunk
2014-06-30
17:52
Enhance the description of the sqlite_stat4 format for WITHOUT ROWID tables. check-in: d7f83670d7 user: drh tags: trunk
16:26
Fix a couple minor typos in the download page regarding the 64-bit Windows DLL. check-in: c908300540 user: mistachkin tags: trunk
2014-06-27
20:49
Clarifications to the FTS4 languageid documentation. check-in: 0a22af73df user: drh tags: trunk
2014-06-26
21:05
Fix a typo in datatype3.html and add a new bullet to clarify the affinity for the RHS of an IN or NOT IN operator. check-in: e89c80cd7d user: drh tags: trunk
2014-06-16
15:11
Update the ".help" screen capture in the "cli.html" document to show the ".eqp" command. check-in: c4d6ba9b0c user: drh tags: trunk
2014-06-04
19:42
Version 3.8.5 check-in: 0f7dec0517 user: drh tags: trunk, release, version-3.8.5
19:42
Update the download page to include information about the WinPhone8.1 VSIX file. check-in: 6d6bc21356 user: drh tags: trunk
14:17
Add the SQLITE_SOURCE_ID and sha1 sum for version 3.8.5. check-in: 98333ba617 user: dan tags: trunk
11:37
Fix typos. check-in: 909c2b99c5 user: drh tags: trunk
11:26
Add news for the 3.8.5 release and set the date to today. check-in: e047b026ae user: drh tags: trunk
2014-06-02
18:31
Avoid scanning both fileformat.html and fileformat2.html for requirements since one is a copy of the other. check-in: 51c582171c user: drh tags: trunk
2014-05-30
18:14
Document the SQLITE_WIN32_HEAP_CREATE and SQLITE_WIN32_MALLOC_VALIDATE compile-time options. check-in: 9816bbf88c user: mistachkin tags: trunk
18:01
Add a section describing the Win32 native memory allocator. check-in: ef8f1ed845 user: mistachkin tags: trunk
17:01
Enhancements to malloc.html documentation to address concerns arising out of heartbleed. check-in: 2bc13084bc user: drh tags: trunk
2014-05-29
15:46
Change the default maximum POST size in althttpd to 20MB. check-in: 35fcd6cd5b user: drh tags: trunk
14:08
Update the cli.html document and the change log for the .system and the .once enhancements to the command-line shell. check-in: a0826e6976 user: drh tags: trunk
2014-05-28
19:37
Add instructions on building DLLs to the howtocompile.html page. check-in: cec1821ade user: drh tags: trunk
11:14
Fix the description of the notindexed problem in the change log. check-in: 8803444b62 user: drh tags: trunk
2014-05-27
15:31
Add the "X in (?)" optimization to the change log. check-in: 487c297731 user: drh tags: trunk
10:31
Fix documentation typos reported on the mailing list. check-in: 84efe9e646 user: drh tags: trunk
2014-05-26
23:18
Fix Win32 to say Win64 for 64-bit DLLs on the download page. check-in: 3638ded7d1 user: drh tags: trunk
23:18
Fix Win32 to say Win64 for 64-bit DLLs on the download page. Leaf check-in: e56e2046b0 user: drh tags: version-3.8.4.3
23:16
Fixes the download of pre-release DLLs. check-in: 57d62024df user: drh tags: trunk
23:16
Fixes the download of pre-release DLLs. check-in: 076319aa90 user: drh tags: version-3.8.4.3
22:49
Update the download page to support DLL snapshots. Update the change log for 3.8.5. check-in: 3eab08af2c user: drh tags: trunk
21:43
Fix typos and clarify the text on the Partial Sorting Using An Index section of queryplanner.html. check-in: fee38cf31f user: drh tags: trunk
15:38
Talk about partial index sorting in the queryplanner.html document. check-in: f81d69fb6a user: drh tags: trunk
13:58
Fix typos in the new ALTER TABLE documentation and in the queryplanner.html document. check-in: be73465c0f user: drh tags: trunk
13:10
Fix typos and clarify the text in the TH3 document. check-in: 8e68e11794 user: drh tags: trunk
13:00
Additional remarks on the use of checklists in the testing.html document. check-in: 8a2b7d834e user: drh tags: trunk
12:43
Better support for Windows in the howtocompile.html document. check-in: 55ab2074b0 user: drh tags: trunk
11:56
Updates to the ALTER TABLE documentation. Provide a clear warning that RENAME TO does not rewrite referencing triggers and views. Provide two correct procedures for making other kinds of schema changes. check-in: d4418abf42 user: drh tags: trunk
2014-05-25
22:11
Make sure fileformat.html stays in sync with fileformat2.html. check-in: df6145bd4e user: drh tags: trunk
22:00
Revisions to the arbitrary table schema change text in ALTER TABLE. check-in: b730943d19 user: drh tags: trunk
21:54
Add instructions for how to do arbitrary schema changes to the ALTER TABLE documentation. check-in: 227fb14d50 user: drh tags: trunk
20:11
Another accidental fork merge. check-in: b1b9dd90bb user: drh tags: trunk
20:08
Enhancements to the optoverview.html document: Added discussion of partial sorting and fixed the conditions for query flattening. check-in: fc0e9baa66 user: drh tags: trunk
2014-05-24
17:31
Merge accidental fork check-in: 0f2064446a user: drh tags: trunk
17:16
Further improvements to the opcodes.html documentation generator. check-in: 4f034b4e83 user: drh tags: trunk
17:01
Enhance the "opcodes.html" document to include hyperlinks from to the opcodes. check-in: 0d929c02e3 user: drh tags: trunk
16:20
Update the change log for 3.8.5. Fix a typo in the isolation.html document. check-in: ee616cbbb3 user: drh tags: trunk
2014-05-22
10:00
Fix a typo in FAQ item 14. check-in: 1b0ed95a32 user: dan tags: trunk
2014-05-19
20:00
Clarification in the text of the release notes for 3.8.5. check-in: c0ce61ad28 user: drh tags: trunk
19:55
Mention the automerge enhancement in the release notes. check-in: 5b3b975982 user: drh tags: trunk
2014-05-16
11:28
Update fts3.html for recent changes to FTS. check-in: ae994ce63a user: dan tags: trunk
2014-05-09
22:27
Fix typo in VALUES clause documentation in lang.html. check-in: fee01c2d5b user: drh tags: trunk
2014-05-07
16:00
Add notes on the SQLITE_IOCAP_IMMUTABLE and "nolock" and "immutable" query parameter changes. check-in: 7aa71cbb0c user: drh tags: trunk
2014-05-01
14:44
Updates to the R*Tree documentation. check-in: bd0fe1c3e1 user: drh tags: trunk
2014-04-29
15:08
Added documentation for the sqlite3_rtree_query_callback() enhancement. check-in: 89557fb903 user: drh tags: trunk
2014-04-25
20:46
Fix more typos in the foreignkey.html document. check-in: 2de942054f user: drh tags: trunk
20:23
Fix a typo in the foreign key documentation. check-in: 821750714a user: drh tags: trunk