Documentation Source Text

Timeline
Login

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

50 most recent check-ins related to "trunk"

2024-06-17
12:39
Updates to the file-format document, for clarity. (check-in: 4fa9a39cd7 user: drh tags: branch-3.45)
12:39
Updates to the file-format document, for clarity. (Leaf check-in: ec5180a27e user: drh tags: trunk)
2024-06-05
13:57
Update release history and compile pages to account for the fact that there used to be an SQLITE_USE_SEH but there is no longer. (check-in: c269a261ef user: stephan tags: trunk)
13:45
Replace SQLITE_USE_SEH with SQLITE_OMIT_SEH, as reported in forum:/info/3bbb92c395 and discussed in /chat. (check-in: e65aad211b user: stephan tags: trunk)
2024-06-02
10:08
Correct the return type of ->> and -> in lang_expr.html. Forum post 3cfde72cad. (check-in: 6ee6a0e9a3 user: drh tags: trunk)
2024-06-01
14:57
Fix typo in the sessiosintro.html document. (check-in: 23b14b0ef4 user: drh tags: trunk)
2024-05-23
20:19
Add a tag to a section in vtab.html, for easier linking. (check-in: ee3e0094b5 user: drh tags: trunk)
18:18
Typo fix (check-in: 5ee3c7b8f6 user: drh tags: trunk)
17:55
More tweaks to the "Quirks" document. (check-in: 8b02cf58d5 user: drh tags: trunk)
17:43
Improved explaination of the NULL PRIMARY KEY quirk. (check-in: 468ad595b6 user: drh tags: trunk)
13:30
Version 3.46.0 (check-in: 483ab3d6b0 user: drh tags: trunk, release, version-3.46.0)
2024-05-22
19:07
Fix typo in News. (check-in: 517dfb73d5 user: drh tags: trunk)
18:42
Fix minor typos. (check-in: ef9e4d6a27 user: drh tags: trunk)
18:32
Add a "News" blurb for the upcoming 3.46.0 release. (check-in: 80f366fbd1 user: drh tags: trunk)
2024-05-21
20:07
Update the speed-and-size spreadsheet. (check-in: e86e45965e user: drh tags: trunk)
18:18
Fix some inaccuracies in fts5.html. (check-in: 6b6114406d user: dan tags: trunk)
11:12
Mention the ->/->> fix in release notes for 3.46.0. (check-in: 59acb78109 user: drh tags: trunk)
2024-05-20
18:40
Add a note about FROM clause precedence error to quirks.html. (check-in: c56fc5b1dc user: drh tags: trunk)
17:57
Updates to the speed-size graph spreadsheet. (check-in: 566db860ce user: drh tags: trunk)
2024-05-11
12:18
Improvements to the documentation on SELECT. (check-in: 6c098a483d user: drh tags: trunk)
2024-05-10
14:25
Merge recent query planner documentation enhancements into branch-3.45. (check-in: 4f5b524372 user: drh tags: branch-3.45)
14:15
A few more tweaks to query planner documentation. (check-in: 9316ff2178 user: drh tags: trunk)
13:53
Further improvements to the optimizer documentation. (check-in: 11a5959318 user: drh tags: trunk)
11:16
Updates to the query planner documents. This is but one small change in what will probably end up being a long series of improvements. (check-in: a422b5fc9e user: drh tags: trunk)
2024-05-09
21:15
Updates to my bio. (check-in: f1f24a1ccd user: mistachkin tags: trunk)
17:38
Fix typo in whybytecode.in (check-in: 2437e6ca83 user: drh tags: trunk)
17:36
Add "query-time index" as an alternative to "automatic index". (check-in: 13bb2276fe user: drh tags: trunk)
08:10
Typo fix and minor touchups in the SQLITE_API_ARMOR docs. (check-in: b80a033d21 user: stephan tags: trunk)
2024-05-08
20:36
Add a new subsection heading for the new text about processing order in RETURNING. (check-in: 1b6cbdcf7b user: drh tags: trunk)
20:29
Yet another typo fix in RETURNING. (check-in: e61a00322e user: drh tags: trunk)
20:22
Typo fix in the previous. (check-in: 3db153b673 user: drh tags: trunk)
20:19
Clarification to processing order guarantees in RETURNING. (check-in: 2d9c974b24 user: drh tags: trunk)
15:03
Correct the rowids of the structure and averages records in fts5.in. (check-in: 0252f3c8d0 user: dan tags: trunk)
11:54
Merge typo fixes from branch-3.45. (check-in: 74dccaaa81 user: drh tags: trunk)
11:51
Move the projected release date for 3.46.0 to 2024-05-28. (check-in: 63c02f76eb user: drh tags: trunk)
2024-05-07
11:26
Omit a reference to 300MiB in the same document fixed by the previous check-in. (check-in: 8caa8047af user: drh tags: branch-3.45)
11:21
Document that the trigram index cannot be used to optimize LIKE expressions if there is an ESCAPE clause. (check-in: 8361d1fd9f user: dan tags: trunk)
11:18
Remove documentation for abandoned fts5-tokenize-blob feature. (check-in: 57fc36aec7 user: dan tags: trunk)
2024-05-06
16:22
pages/compile.in: clarify that _HAVE_SQLITE_CONFIG_H is only intended for platform-level configuration and add a description of SQLITE_CUSTOM_INCLUDE. (check-in: 210ea1a5d2 user: stephan tags: trunk)
2024-05-05
15:23
Cherry pick multiple typo fixes and clarifications from trunk. (check-in: f693014132 user: drh tags: branch-3.45)
12:57
Typo fix reported in the forum. (check-in: fa34ee74c9 user: stephan tags: trunk)
2024-05-04
21:13
Typo fix reported in the forum. (check-in: 4d4a2abffe user: stephan tags: trunk)
20:54
Typo fix reported in the forum. (check-in: 2a2b9b5820 user: stephan tags: trunk)
19:31
Minor clarification in lang_analyze.in suggested in forum post 52de622df1. (check-in: ac0eec29fc user: stephan tags: trunk)
16:12
Update _HAVE_SQLITE_CONFIG_H docs to refer to sqlite_cfg.h instead of config.h. (check-in: bae8bc0810 user: stephan tags: trunk)
2024-05-03
13:42
Merge fixes from branch-3.45. (check-in: 4e25d45c61 user: drh tags: trunk)
13:40
Merge the whybytecode.html document from trunk. (check-in: a05afdfc7e user: drh tags: branch-3.45)
2024-04-30
18:42
Typo fixes in whybytecode.in (check-in: a782f794d2 user: drh tags: trunk)
11:52
Typo fixes. (check-in: f5b9f3aa3f user: drh tags: trunk)
07:42
Typo fix for the typo fix reported in HN :/. (check-in: a3181d323e user: stephan tags: trunk)