Documentation Source Text

Timeline
Login

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

50 check-ins occurring around 137b4b6a0fb6f29a.

2018-09-10
14:56
Update the change log with recent bug fixes. check-in: eba1c4fd81 user: drh tags: trunk
2018-09-06
21:37
Improvements to the RENAME COLUMN syntax diagram. check-in: c951c8c482 user: drh tags: trunk
20:36
Fix a long-standing typo in the ALTER TABLE documentation. check-in: 9b5947f2ee user: drh tags: trunk
20:34
Update the documentation to reflect the enhancements to ALTER TABLE. check-in: c3c04a7bb4 user: drh tags: trunk
20:05
Update the ALTER TABLE bubble diagram to show the RENAME COLUMN syntax. check-in: f995368f57 user: drh tags: trunk
20:02
Merge documentation fixes from the 3.24.0 release branch. check-in: 4235bb053e user: drh tags: trunk
19:09
Updates the speed and size graph spreadsheet. check-in: e772c0fa3a user: drh tags: trunk
2018-09-05
09:58
Fixes to the geopoly documentation. check-in: ab4f7977fb user: drh tags: trunk
2018-09-03
10:57
Fix a typo in the CREATE TABLE documentation. check-in: aff4908d94 user: drh tags: trunk
10:46
Fix a typo in the testing.html document. check-in: fb87225a7a user: drh tags: trunk
2018-09-02
10:12
Fix a duplicate anchor in the lang.in page. Leaf check-in: 718909cfaf user: drh tags: branch-3.24
2018-08-27
20:52
Enhancements to the virtual table documentation to describe the operation of SQLITE_INDEX_CONSTRAINT_FUNCTION. check-in: f3d8866e42 user: drh tags: trunk
17:15
First cut at documentation for the Geopoly module. check-in: a007133016 user: drh tags: trunk
2018-08-25
14:56
Fix a duplicate fragment name in lang_expr.html check-in: 8ffd68dac7 user: drh tags: trunk
2018-08-15
13:21
Pre-expand key railroad diagrams in the windowfunctions.html page. check-in: 61483bc834 user: drh tags: trunk
2018-08-08
17:36
Fixes to the CGI handling in althttpd.c. check-in: 6faf1e47b9 user: drh tags: trunk
2018-08-06
01:42
Fix typos in the windowfunction documentation. check-in: ab3b52646c user: drh tags: trunk
2018-08-01
07:08
In althttpd.c, make sure all file descriptors other than 0, 1, and 2 are closed prior to launching CGI. check-in: c84d76df63 user: drh tags: trunk
2018-07-30
20:16
Enhancement to the how-to-corrupt document. check-in: 06a6ca5d34 user: drh tags: branch-3.24
2018-07-27
23:56
Sublists in the change log are a-b-c instead of 1-2-3. check-in: 3e5cf6efac user: drh tags: trunk
23:55
Change log updates. check-in: 6a6488d91d user: drh tags: trunk
2018-07-23
18:32
Improved documentation for snapshots. check-in: 62d574457f user: drh tags: trunk
12:58
Update the size and speed spreadsheet check-in: 328bad0eed user: drh tags: trunk
11:17
Merge changes from branch-3.24 check-in: 777501f7ed user: drh tags: trunk
11:16
Prosupport edits. check-in: fb2699cc28 user: drh tags: branch-3.24
11:02
Merge changes from the 3.24 branch. check-in: 137b4b6a0f user: drh tags: trunk
11:00
Further changes to the prosupport documentation. check-in: 00457c34b5 user: drh tags: trunk
10:53
Changes to information on support packages. check-in: 5caed7a191 user: drh tags: branch-3.24
10:51
Changes to information on support packages. check-in: 7e685f86a9 user: drh tags: trunk
2018-07-13
20:31
Add docs for fts5 unicode61 tokenizer option "categories". check-in: e32e877119 user: dan tags: trunk
2018-07-11
11:08
Update the keyword list with all of the new keywords added for UPSERT and window functions. check-in: 824b38d28e user: drh tags: trunk
2018-07-07
17:44
Update the "small footprint" docs to put the size at 600KB instead of 500KB, as we have crossed that threshold with the addition of window functions. check-in: eeaadb7da2 user: drh tags: trunk
17:36
Minor changes to the windows function documentation. check-in: ff1e1e885a user: drh tags: trunk
2018-07-06
20:43
Work on the window function documentation, including importing the new syntax diagrams. check-in: 6d60e5d021 user: drh tags: trunk
18:30
Update the syntax diagrams to include the new window function syntax. check-in: f7a6a2f7c2 user: drh tags: trunk
2018-07-05
21:13
Fix typo in the RANGE documentation of windows functions. check-in: 463da73728 user: drh tags: trunk
2018-07-02
08:00
Add a sentence to the FTS3/4 documentation to make it clear that only columns that are part of the FTS3/4 table declaration exist, even if an external content table with more columns is in use. check-in: ea0f0b4c4a user: dan tags: trunk
2018-06-30
20:30
New entries in the change log. check-in: 5ef0fc4e97 user: drh tags: trunk
20:23
Create a change log for version 3.25.0 check-in: 5697c09027 user: drh tags: trunk
2018-06-26
18:24
Mention that UPSERT does not work for virtual tables. check-in: 887762cf99 user: drh tags: branch-3.24
17:48
Improve the example of how to create a new aggregate window function in windowfunctions.in. check-in: 873c1ea4b7 user: dan tags: trunk
2018-06-25
20:35
Add documentation for implementing new aggregate window functions. check-in: b5a81b3bdf user: dan tags: trunk
2018-06-22
16:14
Add further examples to windowfunctions.in. check-in: 84418fef8d user: dan tags: trunk
2018-06-21
21:00
Improve windowfunctions.in. check-in: 7094fcac78 user: dan tags: trunk
2018-06-20
21:13
Add beginning of documentation for window functions in new file windowfunctions.in. check-in: c1e5cf0cb1 user: dan tags: trunk
2018-06-15
19:12
Fix missing "const" in the documentation of the argv parameters to the xCreate and xConnect methods in the sqlite3_module object. check-in: 2ee890a53a user: drh tags: branch-3.24
2018-06-09
22:13
Fix typos in the compile.html page. check-in: 10c05df9fb user: drh tags: branch-3.24
2018-06-08
13:41
Fix the -auth redirect logic to avoid duplicating part of the URL. check-in: 76396bf1df user: drh tags: trunk
13:21
Use https for all internal hyperlinks. Leaf check-in: 59e5f9e3da user: drh tags: branch-3.24-https
2018-06-07
18:29
In althttpd.c, add the "anyone" line to the -auth file syntax. This allows inserting an -auth file that reads "http-redirect \n anyone" and which will force HTTP connections to redirect to HTTPS. check-in: 9005943d91 user: drh tags: trunk