Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-01-31
| ||
06:09 | Correct a trailing comma in a CREATE TABLE demonstration, reported in [forum:3d4940f6d549da66|forum post 3d4940f6d549da66]. (Leaf 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) | |
2023-01-25
| ||
11:14 | Correct typos noted in Forum post f381c42ab1. (Leaf check-in: 8e3ddbd5b8 user: drh tags: branch-3.40) | |
11:13 | Change labels on the download page to say "SHA3-256" instead of just SHA3. (check-in: 54db71c83a user: drh tags: branch-3.40) | |
10:47 | Correct typos noted in Forum post f381c42ab1. (check-in: 5702963af2 user: larrybr tags: trunk) | |
2023-01-21
| ||
23:07 | Typo fixes in JSON documentation. (check-in: 7f680aab5f user: drh tags: trunk) | |
14:42 | Fix subject-verb agreement in one sentence in the JSON documentation. (check-in: 82435642b2 user: drh tags: trunk) | |
2023-01-17
| ||
23:02 | Parenthetically mention toleration of conflict resolution clause and absent effect in table CHECK constraints. (check-in: f846012243 user: larrybr tags: trunk) | |
2023-01-16
| ||
20:16 | For object doc pages, show more clearly that the page is not a whole interface description. (check-in: 029730d32b user: larrybr tags: trunk) | |
2023-01-12
| ||
11:08 | Describe sqlar_compress(X) more accurately. (check-in: 83fd668e46 user: larrybr tags: trunk) | |
2023-01-11
| ||
12:30 | Fix typo in the windowfunctions.in document. (check-in: 8c7e9b6d4f user: drh tags: trunk) | |
2023-01-10
| ||
16:55 | Fix typo on the quirks page. (check-in: 1e1a81e650 user: drh tags: trunk) | |
15:33 | New quirk: SQLite destinguishes between integer and text literals. Forum post 887eeeeec5fc7185. (check-in: 86aa8a3e42 user: drh tags: trunk) | |
14:04 | Note that errors produced by window function xFinal() calls made from within sqlite3_reset() or finalize() are ignored. (check-in: e164967b15 user: dan tags: trunk) | |
2023-01-09
| ||
18:50 | Reflect clarified CLI help for .quit (check-in: 438918d8cb user: larrybr tags: trunk) | |
2023-01-07
| ||
01:13 | Clarify what table types can be tracked with session extension. (check-in: 6d69233043 user: larrybr tags: trunk) | |
2023-01-06
| ||
11:00 | Document Tcl interface preupdate subcommand. This also clears the last of the missing page fragment hyperlink targets. (So "make linkcheck" reports all internal links good.) (check-in: 70de644daf user: larrybr tags: trunk) | |
02:35 | Say "SHA3-256" on hashes so nobody has to count hex digits. (check-in: 742c6eb7d1 user: larrybr tags: trunk) | |
00:45 | Clear most missing page fragment link issues, and add tally of those to linkcheck make target. Defer Tcl interface doc improvement for separate check-in, so it now shows missing page fragments. (check-in: 6ea20767ad user: larrybr tags: trunk) | |
2023-01-04
| ||
16:25 | Add the PRAGMA integrity_check enhancement to the change log. (check-in: a21b004e53 user: drh tags: trunk) | |
16:23 | Merge the latest branch-3.40 changes into trunk. (check-in: 2d2e584cf1 user: drh tags: trunk) | |
16:18 | The PRAGMA table-valued function feature is no longer experiemental. It is a long-established and stable feature that we depend upon. Update the docs to say as much. Cherry-picked onto the 3.40 branch by request of forum post a86299ccc3. (check-in: bfb7a9010a user: drh tags: branch-3.40) | |
16:14 | Update the Expensify logo on the homepage to the latest version of their official logo. (check-in: 1b31b16a2d user: drh tags: branch-3.40) | |
2023-01-02
| ||
14:22 | Add hyperlink checking tools. Fix broken links it found. Add CHECKOUT_ONLY make option to do doc builds using only version-controlled sources. Fix obscure bug in HTML parser. Collect relevant changes from branch-3.40 . (check-in: 7d17890956 user: larrybr tags: trunk) | |
13:47 | Cherry-pick branch-3.40 changes (and fix internal links therein.) (Leaf check-in: 139fb64868 user: larrybr tags: docgen_tweaks) | |
13:05 | Fix last of broken external hyperlinks and make Amazon ones amenable to the Amazon anti-scraping defense for URI checking. (check-in: bc15b4f45d user: larrybr tags: docgen_tweaks) | |
12:13 | Mention the CVE-2022-38627 bug in Linear eMerge E3 - that it is not a bug in SQLite. (check-in: 36ae56152f user: drh tags: branch-3.40) | |
2023-01-01
| ||
13:39 | Cure last of pagelink broken links. Cause linkcheck target to report internal broken hyperlinks. Fix a defensive measure that was unneeded. (check-in: 0fde681026 user: larrybr tags: docgen_tweaks) | |
05:04 | Repair or zap a few more broken external links, and make pagelink collector stop making one. (check-in: 92c5d2b96a user: larrybr tags: docgen_tweaks) | |
02:41 | Fix several broken links, tag a few as "Obsolete URL", and make urlcheck do a GET if server dislikes HEAD requests. (check-in: d18aaf5bcc user: larrybr tags: docgen_tweaks) | |
2022-12-31
| ||
21:51 | Add hyperlink checking tools, and repair a number of their finds. (More such to come.) (check-in: ee9b2ca94a user: larrybr tags: docgen_tweaks) | |
12:59 | Add a reference to CVE-2022-38627, and in particular point out that this is not a bug in SQLite but rather an ordinary application bug. But put the change on a branch for now in as much as the CVE has not yet been published. (Leaf check-in: 3c86a0cf4e user: drh tags: cve-2022-38627) | |
2022-12-30
| ||
08:43 | Repair sign flub in last checkin. (check-in: dfc107ba6e user: larrybr tags: trunk) | |
08:37 | Repair missed typo in last checkin. (check-in: 5d1866d343 user: larrybr tags: trunk) | |
08:32 | Reduce needless file writes and improve repeatability of generated docs. (check-in: b6040cfca7 user: larrybr tags: trunk) | |
2022-12-28
| ||
14:56 | Version 3.40.1 added. (check-in: f5e5c2522a user: larrybr tags: trunk) | |
14:21 | Fix the chronology for the 3.40.1 release. (check-in: b802cae15f user: drh tags: branch-3.40) | |
14:07 | Version 3.40.1 (check-in: 34b764b935 user: drh tags: branch-3.40, version-3.40.1) | |
2022-12-27
| ||
17:04 | Typo fixes (check-in: 3c8001c550 user: drh tags: branch-3.40) | |
16:51 | First attempt at a change log for version 3.40.1. (check-in: 0a336afd3f user: drh tags: branch-3.40) | |
2022-12-25
| ||
13:08 | The PRAGMA table-valued function feature is no longer experiemental. It is a long-established and stable feature that we depend upon. Update the docs to say as much. (check-in: 2a5f5900ae user: drh tags: trunk) | |
2022-12-24
| ||
03:30 | Fix broken link in changes page. (check-in: c368021c60 user: larrybr tags: trunk) | |
02:36 | Fix a debugging aid nit in check-in just done. (check-in: 91f34d1674 user: larrybr tags: trunk) | |
02:22 | Doc nits cleaned: some broken obscure links, slight misstatements, and coding standard deviations where files touched for other reasons. (check-in: 2b34c1ca6e user: larrybr tags: trunk) | |
2022-12-23
| ||
22:19 | Revise regen_version_list.tcl to handle pending versions (with xxx* as hashes.) (check-in: ef82964086 user: larrybr tags: trunk) | |
17:03 | Update the SQLITE_ENABLE_STMT_SCANSTATUS documentation to mention the new sqlite3_stmt_scanstatus_v2() interface. (check-in: 06cdb4d26b user: drh tags: trunk) | |
16:57 | Fix the hyperlink for the timeline on the snapshot tarball in the download page. (check-in: e457beb94c user: drh tags: branch-3.40) | |
16:35 | Fix a minor bug in the chronology page generator. (check-in: 27453d32ef user: drh tags: trunk) | |