Documentation Source Text

Timeline
Login

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

50 most recent check-ins

2023-03-20
10:33
Fix a mistake in the CAST documentation Forum post 52f446c028. (Leaf check-in: 0ad734f7eb user: drh tags: trunk)
2023-03-17
22:28
Clarify the argument needed for VACUUM INTO [filename]. (check-in: 36d7287b27 user: larrybr tags: trunk)
2023-03-14
14:31
Minor typo fix reported in forum post 13d539fe49 and clean up nearby EOL whitespace. (check-in: 5cce9b4a8a user: stephan tags: trunk)
2023-03-12
14:42
Remove mention of the obsolete SQLITE_ENABLE_JSON1 from the amalgamation build instructions. Remove nearby EOL whitespace. (check-in: 077be9663c user: stephan tags: trunk)
2023-03-10
12:19
Version 3.41.1 (check-in: 719bc8f8db user: drh tags: trunk, version-3.41.1)
11:42
Proposed changes for version 3.41.1. (check-in: bbe6fb07d9 user: drh tags: trunk)
2023-03-06
12:28
Address feedback from [forum:a228b4522b|forum post a228b4522b] and remove references to HAVE_USLEEP, per /chat. (check-in: b3f48779ee user: stephan tags: trunk)
2023-03-03
01:19
Complete (nearly) transition to explicit doc build output DEST dir. (Leaf check-in: c464faf208 user: larrybr tags: inout-of-tree)
2023-03-01
16:27
Fix the makefile so that it works again for out-of-tree builds. (check-in: 328608ba45 user: drh tags: trunk)
14:07
Fix typos in fts5.in. (check-in: 1d3b0b821c user: dan tags: trunk)
2023-02-28
11:22
Update recovery.html to mention that -DSQLITE_ENABLE_DBPAGE_VTAB is required. (check-in: 42c1edc161 user: dan tags: trunk)
2023-02-27
15:51
Revise build so that in-tree and out-of-tree make targets yield the same results, including side-effects. (check-in: e8d7950cd5 user: larrybr tags: trunk)
03:04
Make spell target work out-of-tree too. (Closed-Leaf check-in: 6bc167df1c user: larrybr tags: inout_of_tree)
02:07
Sync w/trunk (better spelling) (check-in: 75de411cc9 user: larrybr tags: inout_of_tree)
00:41
Spelling and spell-check improvements. (linecount /= 56) (check-in: 2f4ea6952b user: larrybr tags: trunk)
2023-02-24
16:53
Spelling fix for How to Compile (from forum) (check-in: 173dac530a user: larrybr tags: inout_of_tree)
16:52
Spelling fix for How to Compile (from forum) (check-in: 156e745d63 user: larrybr tags: trunk)
16:14
For evidence build, fail more gracefully for bad make arguments. (check-in: 69abfac43c user: larrybr tags: inout_of_tree)
15:49
Fix remaining relative filename stragglers. Zap adunit.txt injection. (check-in: d331039243 user: larrybr tags: inout_of_tree)
13:11
Fix a few relative filename stragglers. (check-in: 2d22dc4b94 user: larrybr tags: inout_of_tree)
03:00
WIP: Make doc builds work in-tree and out-of-tree. (check-in: 89771190f9 user: larrybr tags: inout_of_tree)
2023-02-23
15:37
Fix a grammo in DQS description. (check-in: 084d0b5c7b user: larrybr tags: trunk)
2023-02-22
21:47
Alleviate a distracting awkwardness in explication. (check-in: 4e18c20631 user: larrybr tags: trunk)
21:17
Get toc.db to tag along with full doc/*.html build. (check-in: be8b4e3939 user: larrybr tags: trunk)
2023-02-21
18:14
Version 3.41.0 (check-in: 6261fc49cc user: drh tags: trunk, release, version-3.41.0)
13:24
Update the speed-and-size spreadsheet. (check-in: eadd0bc3b2 user: drh tags: trunk)
12:52
Updates to the change log. (check-in: 538b6cb442 user: drh tags: trunk)
2023-02-20
00:00
Merge branch-3.40 changes into trunk. (check-in: 691c346bb0 user: drh tags: trunk)
2023-02-19
23:57
Updates to the text describing when RTree and Geopoly are available in amalgamation builds. (Leaf check-in: 58bfae254b user: drh tags: branch-3.40)
2023-02-17
15:36
Mention the CLI's new base64() and base85() SQL functions. (check-in: 768fdc131d user: larrybr tags: trunk)
13:24
Additional information about "struct iovec", as suggested by SQLite forum post 0bf2455d62a98da6. (check-in: bf6c5890c7 user: drh tags: trunk)
2023-02-16
21:36
Add a note to the secure_delete documentation to point out that forensic traces might be left behind in shadow tables of FTS3 and FTS5. (check-in: fc347f72ff user: drh tags: trunk)
21:08
Merge the latest version-3.40 updates into trunk. (check-in: 9ba00b285b user: drh tags: trunk)
21:06
Fix typo on the flextypegood.html page. (check-in: e562135c76 user: drh tags: branch-3.40)
18:10
Minor typo fix to flextypegood.in reported in the forum. (check-in: 647ebe8f73 user: stephan tags: trunk)
2023-02-15
20:50
Minor json_quote() typo fix reported in the forum. (check-in: 7962d5cbe2 user: stephan tags: trunk)
2023-02-14
21:05
Fix a typo in the new RETURNING documentation. (check-in: ccd08fd65d user: drh tags: trunk)
21:01
Add a clarification to the RETURNING documentation in response to forum post 935a08cbdc. (check-in: 2816414c3f user: drh tags: trunk)
00:22
Document the behavior change associated with excess parentheses around a subquery on the RHS of an IN operator. (check-in: e377133228 user: drh tags: trunk)
2023-02-11
21:06
Add mention of the "releasetest" and "devtest" makefile targets to the change log. (check-in: e7b6d071db user: drh tags: trunk)
20:57
Updates to the change log. Minor tweaks to other docs to which the change log refers. (check-in: e75646d8c9 user: drh tags: trunk)
2023-02-08
20:33
Back out the documentation changes associated with the 'txn' enhancement to the date/time functions, as that enhancement has been backed out of the core. (check-in: 97a9fca664 user: drh tags: trunk)
17:25
Update the change log and news in preparation for pencils-down on 3.41.0. (check-in: 77a236dd14 user: drh tags: trunk)
17:13
For matrix target, tell make of its full-build dependency. (check-in: 110b886945 user: larrybr tags: trunk)
12:39
Update documentation of date/time functions to talk about the new 'txn' format. (check-in: bddfe9ebb1 user: drh tags: trunk)
12:38
Prevent division-by-zero errors in the matrix computation. The matrix is currently broken, but at least now it builds. (check-in: 484bfc747f user: drh tags: trunk)
2023-01-31
06:09
Correct a trailing comma in a CREATE TABLE demonstration, reported in [forum:3d4940f6d549da66|forum post 3d4940f6d549da66]. (check-in: 87eafc5662 user: stephan tags: trunk)
2023-01-27
14:08
New items added to the change log. Carray documentation updated. (check-in: d98546fd71 user: drh tags: trunk)
13:42
Add documentation for the sqlite3_vtab_in_first() enhancement and the new unhex() SQL function. (check-in: 4c51970d12 user: drh tags: trunk)
02:15
Correct generate_series() mistakes noted in [forum:forumpost/c2101840f1|forum post c2101840f1]. (check-in: 96a13a1c67 user: larrybr tags: trunk)