Documentation Source Text

Timeline
Login

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

50 most recent check-ins

2024-10-22
19:45
Fix typo in the sqlite_dbpage documentation. [forum:/forumpost/ab12f17c29|Forum post ab12f17c29]. (Leaf check-in: 90e761dea1 user: drh tags: trunk)
17:07
Update fts5 pgsz default value to match the code, per forum feedback. (check-in: cf0e95b3d2 user: stephan tags: trunk)
2024-10-21
17:36
Include sqlite3_rsync in the description of tools bundles on the download page. (check-in: 3e87074fa6 user: drh tags: trunk)
16:33
Version 3.47.0 (check-in: 440435f008 user: drh tags: trunk, release, version-3.47.0)
15:25
Typo fixes reported in the forum. (check-in: 72274165a2 user: stephan tags: trunk)
15:01
Replace two http links with https. (check-in: adf1a34a9f user: stephan tags: trunk)
14:13
Add CVE 2021-31239 (check-in: c04ce944e3 user: drh tags: trunk)
11:02
Add a News item for the 3.47.0 release. (check-in: a241cebc3a user: drh tags: trunk)
2024-10-17
20:55
New sub-item on the change log. (check-in: 5a2b07ae89 user: drh tags: trunk)
17:10
Update the amalgamation documentation. (check-in: 5fbfd25b36 user: drh tags: trunk)
12:38
Add mention of the mode=ro OPFS VFS fix to the change log. (Edit: incorrectly added to the 3.46.1 change block. Will defer this change until the hypothetical 3.46.2 release.) (Leaf check-in: f5e6ec47fe user: stephan tags: mistake)
12:37
Add mention of the mode=ro OPFS VFS fix to the change log. (check-in: b9b9688b69 user: stephan tags: trunk)
2024-10-16
19:34
Update to the speed-size spreadsheet. (check-in: 68923dc587 user: drh tags: trunk)
12:36
Fix a typo in the rsync documentation. (check-in: f3e017fb1c user: drh tags: trunk)
12:34
Include installation instructions for sqlite3_rsync. (check-in: 0b29bc647d user: drh tags: trunk)
11:05
Change the name of sqlite3-rsync to sqlite3_rsync. (check-in: 4bdff41280 user: drh tags: trunk)
2024-10-15
14:44
Typo fixes. (check-in: 30c05e1627 user: drh tags: trunk)
14:17
Tweaks to the change log for 3.47.0. (check-in: 78c48b53e2 user: drh tags: trunk)
14:01
Improvements to documentation about SQLite database backup techniques. (check-in: c8ef5415b3 user: drh tags: trunk)
12:45
Minor clarification to the sqlite3-rsync documentation. (check-in: 8c0b26926a user: drh tags: trunk)
10:06
Update howtocorrupt.html to mention newer backup options. (check-in: 921a30a1a4 user: drh tags: trunk)
2024-10-14
10:44
Document the .crlf command in the CLI. Fix change log for the recent switch back to always using CRLF in CSV output and to default CRLF on in Windows. (check-in: b6c2a3db84 user: drh tags: trunk)
01:25
The CRLF-less revolution has died. So take it out the change log. (check-in: 2c3d9a6331 user: drh tags: trunk)
2024-10-11
14:48
Add a note about the recent CRLF enhancements to the CLI. (check-in: eb1b5c3bc8 user: drh tags: trunk)
2024-10-10
10:55
Improvements to the wording of the change log entry talking about support for TCL9 (check-in: 72dc66fc58 user: drh tags: trunk)
2024-10-09
15:09
Typo fix reported in the forum. (check-in: b993b9c7bb user: stephan tags: trunk)
11:22
Add some fts5 related things to changes.html. (check-in: ac414ffe6f user: dan tags: trunk)
10:58
Fix a typo in fts5.in - s/fts5_tokenize/fts5_locale/. (check-in: cde4c09a01 user: dan tags: trunk)
2024-10-08
21:57
Typo fix. (check-in: 3f11d1fe67 user: stephan tags: trunk)
20:22
Fix typos in the change log. (check-in: 833e341ab0 user: drh tags: trunk)
10:59
Mention the indexed-subtype-expr optimization in the change log. (check-in: ab4f85bc78 user: drh tags: trunk)
10:34
Add the discontinuation of the use of "long double" to the change log. (check-in: 9072298b51 user: drh tags: trunk)
2024-10-06
18:41
Typo fix reported in the forum. (check-in: 30330c6013 user: stephan tags: trunk)
18:37
Typo fixes reported in the forum. (check-in: b062a56881 user: stephan tags: trunk)
2024-10-02
18:51
Improvements to the dbpage documentation, specifying in detail the limitations on null-INSERT. (check-in: 0bc7109f4d user: drh tags: trunk)
16:51
Further clarification of the truncate behavior of sqlite_dbpage. (check-in: 9fd7191e79 user: drh tags: trunk)
16:10
Update the sqlite_dbpage() documentation for the new truncation feature. The page into which a NULL is inserted is the first page past the end of the database. (check-in: 701fcc0074 user: drh tags: trunk)
2024-10-01
13:46
Minor typo fix reported in [forum:95ebd47715]. (check-in: 54a7fc194b user: stephan tags: trunk)
2024-09-28
10:19
Merge the latest 3.46 changes into trunk. (check-in: 5bbb50406f user: drh tags: trunk)
09:50
Adjustments to the "Commit History" link. (Leaf check-in: f45f04d540 user: drh tags: branch-3.46)
2024-09-26
22:54
Mention the new ".www" command in the CLI. Point out that length() returns the number of code-points, not characters. (check-in: 4e4fc2e432 user: drh tags: trunk)
2024-09-23
20:14
Add documentation for the contentless_unindexed=1 option. (check-in: 1ba7deca30 user: dan tags: trunk)
2024-09-21
13:48
Replace the JS-togglable TOC with a DETAILS element, which does the same thing without JS. (check-in: 158ab620c9 user: stephan tags: trunk)
13:19
Correct closing tag of the DETAILS element. (Closed-Leaf check-in: 80d2131ca3 user: stephan tags: toc-as-detail-elem)
11:59
Replace the JS-toggleable table_of_contents element with an HTML details element, which performs the same function without requiring JS to toggle it. (check-in: ef9ab8c1f9 user: stephan tags: toc-as-detail-elem)
2024-09-20
18:41
Use example table names more consistently in fts5.html. (check-in: a840cb7322 user: dan tags: trunk)
17:36
Add documentatio on the base64() and base85() extensions. (check-in: c039dc8c36 user: drh tags: trunk)
2024-09-19
17:30
Mention enhancements to sqlite_dbpage on its documentation page and on the change log for 3.47.0 (check-in: 56bbe7e3c4 user: drh tags: trunk)
15:54
Fix minor typo in walformat.html. (check-in: 25da7a85ad user: drh tags: trunk)
08:12
Minor typo fix reported in the forum. (check-in: b4aa8ee50d user: stephan tags: trunk)