Documentation Source Text

Timeline
Login

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

200 most recent check-ins using file images/foreignlogos/flame.gif version f62143f937

2022-06-16
15:42
Minor spelling improvement for "How SQLite Works" (check-in: 6b4bc831bd user: larrybr tags: trunk)
2022-06-15
15:05
Improve README.md per forum post https://sqlite.org/forum/forumpost/44e979d1f6 (check-in: 13c853e5f7 user: larrybr tags: trunk)
10:18
Add bytecode and tables_used to the list of virtual tables in vtablist.html. (check-in: 5f8362e761 user: drh tags: trunk)
00:04
Grammar fix for VACUUM page (check-in: 874526a631 user: larrybr tags: trunk)
2022-06-09
21:48
Typo and minor grammar cleanup for pragma page (check-in: f44bbff888 user: larrybr tags: trunk)
2022-06-05
14:04
Correct ".main" typo in file format doc. (check-in: 0ec1c02fe0 user: larrybr tags: trunk)
2022-06-03
14:28
More precise description of how IS TRUE and IS FALSE work. (check-in: 9330592f9e user: drh tags: trunk)
2022-05-31
20:17
Update the number of release-test evaluations for TCL tests in the testing.html document. (check-in: 974ac5ed88 user: drh tags: trunk)
18:53
Update statistics in testing.html. (check-in: 1685adc8fb user: drh tags: trunk)
2022-05-25
18:55
Typo fix in quirks section of SELECT documentation. (check-in: 3342e215df user: drh tags: trunk)
18:52
Merge updates from the 3.38 branch. (check-in: 026689ac3d user: drh tags: trunk)
17:44
Mention that CVE-2022-21227 is not an SQLite bug. (check-in: da4152762a user: drh tags: branch-3.38)
2022-05-24
11:08
Fix a typo in the previous commit. (check-in: 5d0e94a346 user: drh tags: branch-3.38)
11:05
Add CVE-2022-24854 to the cves.html document. (check-in: b8bd751eba user: drh tags: branch-3.38)
2022-05-23
22:21
Fix minor flaws in nulinstr.html page. (check-in: a548e05d02 user: larrybr tags: trunk)
22:11
Fix a typo. "fo" changed to "of". (check-in: 6d703fa145 user: drh tags: branch-3.38)
11:17
Updates to the change log for 3.39.0. (check-in: fddf0bcc6b user: drh tags: trunk)
2022-05-12
15:23
Documentation for IS DISTINCT FROM and IS NOT DISTINCT FROM. (check-in: ee6304ed53 user: drh tags: trunk)
12:56
Mention the IS DISTINCT FROM operator on the change log. Still need to add documentation. (check-in: 26d925a5e3 user: drh tags: trunk)
2022-05-11
19:14
Add a mention of the symbolic link removal to the change log for 3.39.0. (check-in: 9c9cb1446c user: drh tags: trunk)
2022-05-10
18:44
New requirement marks for SELECT quirks. (check-in: cabe98be0a user: drh tags: trunk)
17:29
Tweaks to documentation in support or RIGHT and FULL JOIN. (check-in: 91f7d0cc38 user: drh tags: trunk)
2022-05-06
18:14
Merge the version 3.38.5 changes to trunk. (check-in: 101531d2d0 user: drh tags: trunk)
15:32
Version 3.38.5 (check-in: b59535ba3d user: drh tags: branch-3.38)
2022-05-04
18:42
Merge 3.38 changes into the trunk. (check-in: d48fedbd31 user: drh tags: trunk)
15:49
Version 3.38.4 (check-in: 4e3ff7c795 user: drh tags: release, branch-3.38, version-3.38.4)
15:42
Update the change log for version 3.38.4. (check-in: 386d9f25db user: drh tags: branch-3.38)
2022-04-30
19:19
Enhance the documentation for the built-in length() SQL function to talk about the fact that it returns the character length. (check-in: 31b23e6f3f user: drh tags: branch-3.38)
19:19
Enhance the documentation for the built-in length() SQL function to talk about the fact that it returns the character length. (check-in: 7ed6173ca0 user: drh tags: trunk)
19:03
Merge branch-3.38 changes into trunk (check-in: 1db17799a2 user: drh tags: trunk)
2022-04-27
12:08
Version 3.38.3 (check-in: c810e1919f user: drh tags: release, branch-3.38, version-3.38.3)
09:23
Add a news item for the 3.38.3 release. (check-in: 091d30e809 user: drh tags: branch-3.38)
09:19
Make the hyperlink to the latest change log on the landing page point to the correct change log entry. (check-in: 4b6d45df57 user: drh tags: branch-3.38)
09:17
Cherry-pick minor documentation fixes from trunk. (check-in: c869cc4a55 user: drh tags: branch-3.38)
09:14
Updates for version 3.38.3. (check-in: 86d8fca261 user: drh tags: branch-3.38)
2022-04-25
03:42
Edit an awkward sentence concerning parser generation in amalgamation write-up. (check-in: 710207eecb user: larrybr tags: trunk)
2022-04-24
19:48
Document CLI enhancements and extensibility (Leaf check-in: 0131658331 user: larrybr tags: cli_extension)
2022-04-22
11:14
Add verbiage to the SELECT documentation that describes some of the non-standard SQLite-isms. (check-in: 27679e946c user: drh tags: trunk)
2022-04-19
12:59
Typo fix in JSON doc. (check-in: 85cf758980 user: larrybr tags: trunk)
2022-04-18
21:57
Also mention integer divide truncation. (check-in: bd1210ef89 user: larrybr tags: trunk)
21:13
In expressions page, mention effects of arithmetic operators in summary form. (check-in: 87a9b238b7 user: larrybr tags: trunk)
02:55
sync w/trunk in preparation for extensible shell doc update and creation (check-in: 6614946a15 user: larrybr tags: cli_extension)
2022-04-13
13:11
Update the change log, syntax diagrams, and SELECT documentation to describe RIGHT and FULL JOIN. More work to be done on this. (check-in: 7dc766ebe1 user: drh tags: trunk)
2022-04-12
00:22
In datatypes explainer, note that "Determination of Column Affinity" section does not apply to STRICT tables. (check-in: bbba322a09 user: larrybr tags: trunk)
2022-04-10
15:38
Add poor locking to the reasons to avoid DB-over-network. (check-in: c1e2fd15ff user: larrybr tags: trunk)
2022-04-07
12:29
Update the CPU cycle reduction amount after the latest optimizations. (check-in: a11c6b3eaa user: drh tags: trunk)
2022-04-06
18:55
Updates to the debugging hints. (check-in: 9468361b47 user: drh tags: trunk)
12:31
Merge the version 3.38.2 changes into trunk. (check-in: 793b8ea988 user: drh tags: trunk)
12:25
Update debugging notes to comment on the sqlite3Show() family of interfaces. (check-in: 031fa7b401 user: drh tags: trunk)
2022-04-02
15:29
New update to the speed-size-graph spreadsheet. (check-in: 16354def56 user: drh tags: trunk)
2022-04-01
20:27
Update the speed-and-size spreadsheet with the latest 3.39.0 performance measurements. (check-in: 6846f208c0 user: drh tags: trunk)
20:22
Add the "Common Links" sidebar to the "Documentation" master page. (check-in: 9b0ae5e9c2 user: drh tags: trunk)
2022-03-30
18:01
Update the speed-and-size spreadsheet. (check-in: 2a0bdc4315 user: drh tags: trunk)
2022-03-27
00:22
Fix incorrect use of NULL instead of null in JSON function docs. (check-in: 9784cacc48 user: drh tags: branch-3.38)
2022-03-26
13:57
Version 3.38.2 (check-in: 04f27e4960 user: drh tags: release, branch-3.38, version-3.38.2)
2022-03-25
19:20
Slight improvement to the 3.38.2 change log. (check-in: e7727405a8 user: drh tags: branch-3.38)
18:49
Changes for the 3.38.2 release. (check-in: f12d809ff8 user: drh tags: branch-3.38)
2022-03-18
10:47
Start a change log for version 3.39.0. (check-in: 5f650fc6af user: drh tags: trunk)
2022-03-14
23:41
"pointer value" is a new keyword. (check-in: aa4661c0cc user: drh tags: trunk)
21:40
Move links from www.sqlite.org to just sqlite.org (check-in: e899092a4b user: drh tags: trunk)
21:37
Move pro-support links from hwaci.com to sqlite.org/com (check-in: a8bcf014c9 user: drh tags: trunk)
2022-03-12
13:54
We had a weird situation where some changes for 3.38.1 were put on a branch while others were put on trunk. Really, there are no 3.39.0-specific website changes yet, so just merge the original 3.38 branch into trunk and go off of trunk for now. We might resurrect the branch-3.38 later, if needed. (check-in: ad08759181 user: drh tags: trunk)
13:49
Version 3.38.1 (check-in: df74ea79fb user: drh tags: trunk, version-3.38.1)
2022-03-10
15:16
Update the target 3.38.1 release date to Saturday. (check-in: 8426043051 user: drh tags: trunk)
2022-03-08
09:51
Update the Bloomberg logo and hyperlink, by request. (Closed-Leaf check-in: d8b8a493e3 user: drh tags: branch-3.38)
04:57
Correct reference in "Run-Time Loadable Extensions to "xDlUnload". (check-in: 64447a456c user: larrybr tags: branch-3.38)
04:52
Correct reference in "Run-Time Loadable Extensions to "xDlUnload". (check-in: cceff0ed6f user: larrybr tags: trunk)
01:13
Do not use "n=all" on timeline links. (check-in: a3a4ebe3dd user: drh tags: branch-3.38)
01:12
Do not use "n=all" on timeline links. (check-in: bed0d03039 user: drh tags: trunk)
2022-03-07
15:31
Add the row value IN operator constraint processing fix for virtual tables to the change log for 3.38.1 (check-in: fd6f5c1aaa user: drh tags: trunk)
01:47
Update the speed-size spreadsheet with the latest performance numbers from the 3.39.0 alpha on trunk. (check-in: 4e072237ad user: drh tags: trunk)
2022-03-05
20:55
Initial changes for version 3.38.1. (check-in: 023fd6f1ac user: drh tags: trunk)
20:54
Add the new SNAPSHOT_BRANCH setting to the download.in page for better control over the timelines shown for the snapshot. (check-in: 36495ece12 user: drh tags: trunk)
20:43
Fix the LAST_MAJOR_RELEASE setting in the download.in source file. (check-in: a63581d358 user: drh tags: trunk)
2022-02-24
17:59
Add a note about CVE-2021-45346. (check-in: 08b046fb4d user: drh tags: trunk)
2022-02-23
09:40
Fix json examples as noted in forum (https://sqlite.org/forum/forumpost/f783a3f65a) (check-in: 5d05643c80 user: larrybr tags: trunk)
2022-02-22
19:03
Version 3.38.0 (check-in: 5c8c31e317 user: drh tags: trunk, release, version-3.38.0)
18:58
Add a news entry for the 3.38.0 release. (check-in: 7aae8a8c7d user: drh tags: trunk)
12:46
Update the speed-size spreadsheet with the latest figures from 3.38.0. (check-in: d4a95b0d10 user: drh tags: trunk)
2022-02-21
19:15
Change the binary size to 750KB. (check-in: 148b95505e user: drh tags: trunk)
13:17
Improvements to the 3.38.0 change log. (check-in: 858087e2ae user: drh tags: trunk)
2022-02-17
20:46
Merge changes from branch-3.37. (check-in: d28dd98076 user: drh tags: trunk)
20:46
Fix quoting of TCL code on the undoredo.html page. (check-in: 88dd77d488 user: drh tags: trunk)
20:45
Fix type on the Operators table of lang_expr.html. (Leaf check-in: b9e687671b user: drh tags: branch-3.37)
17:47
Fix formatting error on the undoredo.html page. (check-in: ac2b2fafd8 user: drh tags: branch-3.37)
10:04
Fix stray paren on lang_expr page (check-in: b106d4927c user: larrybr tags: trunk)
2022-02-16
14:48
New speed graph that only covers 2012 to 2023. (check-in: 6d7b7769b3 user: drh tags: trunk)
13:49
Fix a typo in the change log. (check-in: 5aa8d1cd13 user: drh tags: trunk)
2022-02-15
14:12
Omit the extra schema change warning associated with PRAGMA writable_schema. We reserve the right to reintroduce that warning later. (check-in: 76a5234d62 user: drh tags: trunk)
13:36
Merge version 3.37 fixes into trunk. (check-in: bd069c3808 user: drh tags: trunk)
13:32
Add the automatic disambiguation feature of .import to the change log. Change the "printf() SQL function" to "format()" in places. (check-in: d548c08378 user: drh tags: trunk)
00:09
s/DML/DDL/ in last checkin (check-in: b2bee1591b user: larrybr tags: trunk)
2022-02-14
23:42
Clarify that schema table modifiers are on their own. (check-in: 9601920175 user: larrybr tags: trunk)
2022-02-12
22:18
Fix minor typo in the howtocorrupt.html page. (check-in: f771c6937b user: drh tags: branch-3.37)
2022-02-11
19:46
Correct falsehood re binary ops and NULLs, and cover all cases. (strikable?) (check-in: dbb94aea6a user: larrybr tags: trunk)
17:04
Mention NULL effect on binary operators (check-in: cb57924a40 user: larrybr tags: trunk)
2022-02-09
20:03
Update the size and speed spreadsheet. (check-in: 61307ab42e user: drh tags: trunk)
13:46
Minor tweaks to the JSON documentation. (check-in: 7c47d9cb0c user: drh tags: trunk)
2022-02-08
19:56
Fix the pricing for tech support and consortium on the prosupport page. (check-in: 1b5da1569a user: drh tags: branch-3.37)
12:42
Merge in new-error-codes branch (check-in: 2514f40bb1 user: larrybr tags: trunk)
12:34
Remove an internal-only result code from API docs (Closed-Leaf check-in: 6e9f29aa01 user: larrybr tags: new-error-codes)
04:43
new error codes in place, but likely need some edits (check-in: 3d869f4463 user: larrybr tags: new-error-codes)
04:36
Create new branch named "new-error-codes" (check-in: 77218bb929 user: larrybr tags: new-error-codes)
2022-02-07
12:58
For CLI, unmention shebang (check-in: f93bdb7fba user: larrybr tags: trunk)
2022-02-05
12:57
Update the ALTER TABLE documentation and the change log for the new PRAGMA writable_schema=ON behavior of ALTER TABLE. (check-in: fa55f4fdba user: drh tags: trunk)
2022-02-03
16:10
Update CLI documentation to document recent changes. Add CLI enhancements to the change log. (check-in: ab56e8bea5 user: drh tags: trunk)
2022-02-02
20:05
Update the change log to provide a link to sqlite3_vtab_in(). (check-in: 7b3516c730 user: drh tags: trunk)
2022-01-29
22:27
Fix a link to the json virtual tables in the virtual table documentation. (check-in: 89ff423f8d user: drh tags: trunk)
22:20
Add documentation for the recent virtual table enhancements. (check-in: 3cca88e77e user: drh tags: trunk)
2022-01-28
19:28
Remedy off-by-1 error in how to keep Robson's n factor down. (check-in: 3618255733 user: larrybr tags: trunk)
17:19
Mention the new sqlite3_error_offset() interface in the change log. (check-in: 4891c7e52e user: drh tags: trunk)
13:33
Resolve English parsing ambiguity in Affinity of Expressions (check-in: b3ef2f0956 user: larrybr tags: trunk)
2022-01-27
15:08
Fix typo in the date/time function documentation: "data" should be "date". (check-in: 7f809741df user: drh tags: trunk)
13:52
Update requirements marks for date-time functions. (check-in: eaccf62910 user: drh tags: trunk)
12:42
Updates to requirements marks and wording of the date/time functions. (check-in: 0dbb181411 user: drh tags: trunk)
00:19
Note inexactitude of strftime() %J and %s format specifiers (check-in: 5fca4e2367 user: larrybr tags: trunk)
2022-01-26
15:41
Clarify that "Julian day number" need not be a "whole number" (check-in: 841107fc38 user: larrybr tags: trunk)
2022-01-25
20:21
Fix typo on expression operators table (check-in: cb8e7e8104 user: larrybr tags: trunk)
2022-01-24
20:42
Take CLI rules clarification from release branch (check-in: 2d8eaff57d user: larrybr tags: trunk)
20:32
Mention CLI's whole-line comment; prettify and clarify it's Rules; remove obsolete bug-avoidance in docsapp build (check-in: 48783c8d25 user: larrybr tags: branch-3.37)
2022-01-22
21:20
Swat grammar nit in last checkin. (check-in: e40159680c user: larrybr tags: trunk)
21:18
Swat grammar nit in last checkin. (check-in: 637d4a8808 user: larrybr tags: branch-3.37)
21:05
Take dot-command arg-parsing clarification (check-in: 978ca626bd user: larrybr tags: trunk)
20:55
Clarify dot-command argument parsing (check-in: a7d5cbe876 user: larrybr tags: branch-3.37)
18:30
Clarify .expert option noted in https://sqlite.org/forum/forumpost/745f7e63b3 (check-in: 7e61bb09e2 user: larrybr tags: branch-3.37)
18:22
Take .param set... clarification from trunk (check-in: adc3b9348f user: larrybr tags: branch-3.37)
18:12
In datatypes explication, correct example details and link to file format page. (check-in: b59c99c117 user: drh tags: branch-3.37)
17:02
Clarify .expert option noted in https://sqlite.org/forum/forumpost/745f7e63b3 (check-in: 72fd502948 user: larrybr tags: trunk)
2022-01-21
19:26
Add requirements marks to newer parts of the date/time documentation. (check-in: deb6d14033 user: drh tags: trunk)
2022-01-20
23:31
Grammar improvements where noted by https://sqlite.org/forum/forumpost/6712173dd2 (check-in: 921013da18 user: drh tags: branch-3.37)
21:38
Grammar improvements where noted by https://sqlite.org/forum/forumpost/6712173dd2 (check-in: 96d1781d44 user: larrybr tags: trunk)
2022-01-18
19:52
Take branch-3.37 CTE typo fix (check-in: 5ca5cda1eb user: larrybr tags: trunk)
2022-01-17
12:21
Fix minor typo in the CTE documentation. (check-in: 5c0f5a0a77 user: drh tags: branch-3.37)
2022-01-16
20:12
Clarify how schema may be passed into pragma functions (check-in: 0f053562cd user: larrybr tags: trunk)
07:37
Modernize even the straggler! (check-in: f475aa435d user: larrybr tags: trunk)
07:34
Modernize links in "Get the Code" page (check-in: 298f8d6df6 user: larrybr tags: trunk)
2022-01-14
17:39
Update and modernize docs for CLI's .import (check-in: 955f03c451 user: larrybr tags: trunk)
16:52
Correct CLI usage example noted by https://sqlite.org/forum/forumpost/e8bd8ea240 (check-in: f157179986 user: larrybr tags: trunk)
2022-01-13
12:27
For printf family, mention "*" as a precision spec (check-in: 8bd010d038 user: larrybr tags: trunk)
06:25
Improve example for .parameter set with quoted value (check-in: 109b40774c user: larrybr tags: trunk)
02:16
Clarify treatment of .parameter set values (check-in: cdd22f8ea0 user: larrybr tags: trunk)
2022-01-12
20:46
Minor grammar fix for JSON functions doc (check-in: f04d4fdb9b user: larrybr tags: trunk)
20:36
Add JSON "pointer" operators to the expression operator table (check-in: 6a5389b258 user: larrybr tags: trunk)
18:53
Fix typos in datefunc doc and clarify slightly (check-in: fa3813c824 user: larrybr tags: trunk)
2022-01-11
23:55
Update the change log with the latest features. (check-in: 7938669cbd user: drh tags: trunk)
23:39
Merge the branch-3.37 enhancements onto trunk. (check-in: 38e19dcd28 user: drh tags: trunk)
23:30
Merge the documentation changes for the -> and ->> operators. (check-in: acc42ce623 user: drh tags: trunk)
14:09
Update JSON documentation for the addition of the -> and ->> operators and because JSON functions are moved into the core. (Closed-Leaf check-in: f688a6b35c user: drh tags: json-in-core)
12:26
Enhance the documentation of json_extract() to point out the difference in behavior compared to MySQL. (check-in: cff708dfef user: drh tags: branch-3.37)
2022-01-08
21:36
In datatypes explication, correct example details and link to file format page. (check-in: ce5c357d29 user: larrybr tags: trunk)
2022-01-07
01:10
Fix a minor typo in the JSON function documentation. (check-in: 6757f3c805 user: drh tags: trunk)
2022-01-06
21:52
Updates to the 3.37.2 corruption bug description. (check-in: ff11d58c12 user: drh tags: branch-3.37)
13:29
Version 3.37.2 (check-in: 9fc107e8bf user: drh tags: branch-3.37)
2022-01-01
22:23
Expose %s/%z treatment of null poiners (check-in: 8d796ab3f3 user: larrybr tags: trunk)
2021-12-30
15:36
Version 3.37.1 (check-in: 205d900f14 user: drh tags: release, branch-3.37, version-3.37.1)
13:00
Incorporate all relevant documentation enhancements and fixes on trunk into branch-3.37. This shows up as a full merge, but some of the changes were backed out (ex: the improvements to date/time functions that do not appear in 3.37.1) before doing the commit. What remains are clarifications and typo fixes. (check-in: 4f7759af04 user: drh tags: branch-3.37)
11:55
Add a change log entry for 3.37.1. (check-in: aad83a5c97 user: drh tags: branch-3.37)
02:49
Amalgamation doc improvements (de-dupe, updates, grammar) (check-in: 0bb1d9172a user: larrybr tags: trunk)
2021-12-29
21:02
Fix a problem in an example of varint encoding in the fts3 docs. (check-in: bc7f18f221 user: dan tags: trunk)
2021-12-21
16:55
Fix to the description of how to verify a Fossil repository tarball. (check-in: b6b56980b0 user: drh tags: branch-3.37)
00:11
Fix atan2() doc per https://sqlite.org/forum/forumpost/faa3cd2ca1 (check-in: 6910fc8239 user: drh tags: branch-3.37)
2021-12-20
21:50
Fix atan2() doc per https://sqlite.org/forum/forumpost/faa3cd2ca1 (check-in: 0957672e28 user: larrybr tags: trunk)
15:06
Update the change log for 3.38.0. (check-in: 9cfef57af3 user: drh tags: trunk)
2021-12-17
23:57
Improved virtual table documentation. (check-in: fe558417b1 user: drh tags: trunk)
2021-12-13
15:03
Further refinements to the invalid utf document. (check-in: 6a87084235 user: drh tags: trunk)
14:25
Remove an extra bullet from text changes in the previous check-in. (check-in: 904f89a31e user: drh tags: trunk)
14:23
Refinements to the invalid UTF policy statement. (check-in: b3818cc3e3 user: drh tags: trunk)
14:00
Add the invalid UTF policy. (check-in: 7e0d4711f8 user: drh tags: trunk)
2021-12-12
22:55
fix 1-char typo per https://sqlite.org/forum/forumpost/dbd15b2206 (check-in: 99e87aed86 user: larrybr tags: trunk)
2021-12-10
14:23
STRICT and backup clarifications (check-in: da576ee96b user: larrybr tags: trunk)
2021-12-08
21:36
Clarify Backup API effect. (check-in: 2990899b02 user: larrybr tags: trunk)
20:56
Change the proposed release date of 3.38.0 to 2022-03-00 with a 00 date. (check-in: e09b8fd1f0 user: drh tags: trunk)
2021-12-06
14:57
During wrap processing, moan about problems near completion (not just on the fly.) (check-in: d77c6b76b2 user: larrybr tags: trunk)
01:48
Improve an example VFS usage in VFS doc (check-in: 5872d6d048 user: larrybr tags: trunk)
2021-11-30
14:49
Add a brief note to explain that a query that uses an automatic index is what other database engines might call a "hash join". (check-in: 9bb8566076 user: drh tags: trunk)
2021-11-29
18:52
First cut at improving the date/time function documentation to incorporate the new unixepoch() function and new modifiers. (check-in: 7b3c3b904e user: drh tags: trunk)
2021-11-27
14:18
Version 3.37.0 (check-in: 1595e46492 user: drh tags: trunk, release, version-3.37.0)
14:09
Merge 3.36.0 documentation enhancements into trunk. (check-in: 7953fb4e89 user: drh tags: trunk)
14:07
Add a news item for version 3.37.0. (check-in: 157a35795e user: drh tags: trunk)
2021-11-26
21:13
Minor spelling corrections. (check-in: 89f61d3ed7 user: drh tags: trunk)
14:04
Update the speed-size spreadsheet. (check-in: 071c9e56ed user: drh tags: trunk)
2021-11-20
13:21
Update the constraint documentation to clarify that constraints are checked during INSERT and UPDATE but not during query operations. See forum thread 47dae2beebf94254. (check-in: 23603e03cd user: drh tags: trunk)
12:38
Updates to the speed-size graph spreadsheet. (check-in: 40702937bb user: drh tags: trunk)
2021-11-17
15:30
Spelling fixups for Custom Builds (check-in: 708d7b3cda user: larrybr tags: trunk)
2021-11-10
19:19
Fix spelling in copyright page. (check-in: 34fef5908f user: larrybr tags: trunk)
2021-11-08
13:35
For CLI, say .dump produces UTF-8 (not ASCII) (check-in: 299986cb19 user: larrybr tags: trunk)
2021-11-05
20:03
Update the release date. Add mention of the SQLITE_OPEN_EXRESCODE option. (check-in: 551858fb43 user: drh tags: trunk)
2021-11-03
16:36
Remove a superfluous requirement mark from the STRICT documentation. (check-in: d9cb0ac27f user: drh tags: trunk)
2021-11-02
23:03
Bring CLI doc up to date, including new .archive options. (check-in: ce75cac3ba user: larrybr tags: trunk)
21:19
Clarify sqlite3_threadsafe() return in threadsafe.html. (check-in: fafb4edaa3 user: larrybr tags: trunk)
2021-11-01
21:09
Clarification of the meaning of STRICT. (check-in: d7050c6de3 user: drh tags: trunk)
2021-10-31
23:29
Add the sqlite3_autovacuum_pages() interface to the change log. (check-in: 9550cf29a1 user: drh tags: trunk)
2021-10-22
20:05
Correct result code SQLITE_MAX_SQL_LENGTH stated limit. (check-in: bc36b83f47 user: larrybr tags: trunk)
19:22
Add a note about CVE-2021-42169. (Leaf check-in: 9c2a89cd40 user: drh tags: branch-3.36)
2021-10-21
17:18
Update documentation on fuzzing. (check-in: 242615f039 user: drh tags: trunk)
2021-10-14
17:25
Fix a typo in requirement markup. Change the candidate release date for 3.37.0 to 2021-11-16. (check-in: 7da3b63866 user: drh tags: trunk)
2021-10-13
15:12
Remove SQLITE_OPEN_EXCLUSIVE from the change log. (check-in: 511bfd3675 user: drh tags: trunk)
2021-10-12
03:48
For CLI build examples, use -o to avoid some puzzlement. (check-in: a62b13320f user: larrybr tags: trunk)
2021-10-11
14:49
Combine duplicative CLI notes. (check-in: 93af46f150 user: larrybr tags: trunk)
04:27
Further detail --safe preclusions. (check-in: 531902c835 user: larrybr tags: trunk)