Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 descendants of [9840457b31]
2019-12-07
| ||
12:14 | Update the rtree documentation to report that type affinity is ignored for auxiliary columns. Leaf check-in: 6958f518ec user: drh tags: trunk | |
2019-12-06
| ||
13:08 | Enhance the rtree documentation with more detail about the rules for column names and the affinity of columns in the rtree virtual table. check-in: 8199b59a39 user: drh tags: trunk | |
02:35 | Enhance the rtree auxiliary column documentation to point out that constraints such as NOT NULL on auxiliary columns are silently ignored. SQLite ticket https://www.sqlite.org/src/info/8bf76328ac940d52 check-in: c3ab325994 user: drh tags: trunk | |
2019-12-02
| ||
21:36 | Fix another incorrect date on 3.30.1. Leaf check-in: c2a33222f0 user: drh tags: branch-3.30 | |
21:35 | Fix the date on the 3.30.1 release, which was off by 3:21. check-in: 12a0fc2e35 user: drh tags: branch-3.30 | |
2019-11-23
| ||
16:36 | Fix the CLI documentation to always use ".headers" instead of sometimes using the abbreviated ".header". check-in: a2762f0319 user: drh tags: trunk | |
00:22 | Documentation updates for new features. check-in: 604ac8689d user: drh tags: trunk | |
2019-11-19
| ||
19:15 | Update the documentation to include information about aggregated mode for the DBSTAT table. check-in: 8abf78baf9 user: drh tags: trunk | |
2019-11-18
| ||
17:43 | Mention the new SQLITE_OPEN_NOFOLLOW option in the change log. check-in: d3ba10d894 user: drh tags: trunk | |
2019-11-14
| ||
18:57 | Documentation on hard-heap-limit. check-in: 2252627a39 user: drh tags: trunk | |
2019-11-07
| ||
12:48 | Clarify what the file format ought to be when a WITHOUT ROWID table contains a PRIMARY KEY with redundant columns. This is not a change, but a filling in of previously omitted information. check-in: 8cd33c0c9d user: drh tags: trunk | |
2019-11-02
| ||
18:17 | Update the keyword list. check-in: 6904f495e9 user: drh tags: trunk | |
12:10 | Fix typo on the download page. check-in: 037e7f6d68 user: drh tags: branch-3.30 | |
2019-11-01
| ||
23:58 | Fix documentation for the ".explain auto" command. check-in: c6125c2ae7 user: drh tags: branch-3.30 | |
2019-10-29
| ||
19:47 | Fix typos in generated column documentation. check-in: 3ec77ae315 user: drh tags: trunk | |
16:31 | Updates to the generated column documentation. Notate that the legacy_file_format pragma has been removed and replaced by the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). check-in: 4b80493d37 user: drh tags: trunk | |
09:03 | Fix typo in the generated columns description. check-in: eaa1cd343f user: drh tags: trunk | |
03:35 | Tighten the requirement so that every table must have at least one non-generated column. A STORED column does not count. check-in: 3103f83e9e user: drh tags: trunk | |
01:24 | Begin adding documentation for generated columns. check-in: a558a79107 user: drh tags: trunk | |
2019-10-22
| ||
13:26 | Fix a typo on the whentouse.html page. check-in: 8b5ba0e2b1 user: drh tags: trunk | |
2019-10-21
| ||
14:57 | Update the CREATE TRIGGER documentation to acknowledge the fact that columns in the UPDATE OF syntax of CREATE TRIGGER need not exist in the table, and that the trigger only fires if one of the columns named in the UPDATE OF clause appear on the left-hand side of one of the terms in the SET clause of the UPDATE statement. check-in: 998c5310eb user: drh tags: trunk | |
2019-10-18
| ||
02:16 | Fix a typo in the "quirks.html" document. check-in: 7dce3c2f8a user: drh tags: trunk | |
2019-10-16
| ||
18:07 | Fix typos in the lemon documentation. check-in: 85bc3983a5 user: drh tags: trunk | |
2019-10-14
| ||
00:26 | Further clarification of automatic affinity conversion rules. check-in: 3a3335a61e user: drh tags: trunk | |
00:20 | Clarification of the automatic conversion rules for inserting TEXT into a NUMERIC column. check-in: 9840457b31 user: drh tags: trunk | |