Documentation Source Text

Timeline
Login

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

50 check-ins occurring around 4efb429d19a753f4.

2019-03-02
17:12
Add an initial change log for the 3.28 development cycle. check-in: f41d1a3db0 user: drh tags: trunk
2019-03-01
13:27
Update the JSON parsing speed in the json1.html documentation. check-in: 393a3d19ae user: drh tags: branch-3.27
2019-02-28
17:29
Documentation on the bind_falback method of the TCL interface. check-in: fb20146338 user: drh tags: trunk
2019-02-27
23:13
Add a note to the printf() documentation to make clear that the built-in SQLite printf() does not implement positional parameters. check-in: e0c57dd3d0 user: drh tags: branch-3.27
16:51
Add documentation for the Tcl command "db function" -returntype option. check-in: 2f154421cf user: dan tags: trunk
13:46
Updates to the althttpd.md documentation. check-in: 9ea89e32bf user: drh tags: trunk
13:20
Sanitize the search string when doing a search against the changelog. check-in: 0a969667a7 user: drh tags: trunk
13:08
In althttpd.c, add a newline after error message replies. check-in: 12f6c3b314 user: drh tags: trunk
2019-02-25
16:46
Add a news item for the 3.27.2 release. check-in: f52168899f user: drh tags: trunk
16:10
Version 3.27.2 check-in: 4604e54aca user: drh tags: trunk, release, version-3.27.2
2019-02-18
20:35
Fix typos in the fileformat2.html page. check-in: eecca5ae5e user: drh tags: trunk
15:33
Change "the following three queries" to "the following four queries" in fts5.in. check-in: b5b65a3c13 user: dan tags: trunk
15:22
Clarification of the StrAppend() routine in althttpd.c. check-in: 90fe325e31 user: drh tags: trunk
2019-02-16
16:42
Extra defensive coding in althttpd.c. check-in: 2ae41f4427 user: drh tags: trunk
15:41
Enhancements to the althttpd.c SCGI mechanism: Added the "fallback:" and "relight:" lines to the *.scgi specification file format. check-in: 1c981267ee user: drh tags: trunk
2019-02-15
21:21
Send the SCGI environment variable with a value of "1" on SCGI requests. check-in: 216ba4ebe1 user: drh tags: trunk
20:56
Extra security in althttpd.c. check-in: 45c1cd9fae user: drh tags: trunk
20:31
Add SCGI support to the althttpd.c web server. check-in: 201d18b836 user: drh tags: trunk
20:31
Mention the use of SCGI in the althttpd.md file. Closed-Leaf check-in: d2ad0c8ca6 user: drh tags: althttpd-scgi
20:27
Updates to comments. Use size_t instead of int where appropriate. check-in: 5faf086850 user: drh tags: althttpd-scgi
20:14
Preliminary support for SCGI in althttpd. check-in: b3aaed91ba user: drh tags: althttpd-scgi
18:16
In althttpd.c, refactor some of the CGI processing logic as a preliminary step toward adding SCGI support. check-in: 3e667aef3a user: drh tags: trunk
17:00
Enhancements to althttpd.c: Add the --input FILE command-line option to simplify debugging using lldb. Improvements to comments. check-in: a537e6f3fc user: drh tags: trunk
11:43
Fix a typo in the ALTER TABLE documentation. check-in: 625c9fbdad user: drh tags: trunk
2019-02-12
13:54
Fix a typo in loadext.html. check-in: 4efb429d19 user: drh tags: trunk
12:27
Clarify how the SQLITE_OK_LOAD_PERMANENTLY return value should be used. check-in: 8182293dd8 user: drh tags: trunk
2019-02-11
13:24
Fix "asterix" typo in fts5.in. check-in: 569262e571 user: dan tags: trunk
13:21
Add documentation for the fts3/4/5 remove_diacritic options. check-in: 34f973966a user: dan tags: trunk
2019-02-08
16:06
The change of removing deprecated PRAGMAs with SQLITE_OMIT_DEPRECATED was backed out, so remove it from the change log. check-in: 0ed8a559a1 user: drh tags: trunk
13:54
Improved text for the 3.27.1 news article. check-in: b5727d3e83 user: drh tags: trunk
13:41
Add a news item for 3.27.1. check-in: c563fbbd64 user: drh tags: trunk
13:22
Version 3.27.1 check-in: 65b2939d78 user: drh tags: trunk, release, version-3.27.1
13:04
Changes for version 3.27.1. check-in: 287ea23516 user: drh tags: trunk
2019-02-07
18:10
Fix the chronology entry for 3.27.0. check-in: 79e69bbf6e user: drh tags: trunk
17:06
Version 3.27.0 check-in: f120fbc6f8 user: drh tags: trunk, release, version-3.27.0
16:59
Update the size and performance graph spreadsheet. check-in: 5c6358b7e1 user: drh tags: trunk
14:31
Fix typos detected by spellcheck. check-in: 8c65dc2deb user: drh tags: trunk
13:59
Add back the sponsors section to the front page. check-in: 3b7ad43873 user: drh tags: trunk
13:47
Merge changes from the 3.26.0 release branch. check-in: 9d6e96fd8f user: drh tags: trunk
13:42
Add news for 3.27.0 check-in: 7a25788e4c user: drh tags: trunk
2019-02-05
16:45
Update to the change log. check-in: f9f945c599 user: drh tags: trunk
12:58
Clarification to the VACUUM INTO documentation. check-in: c7001012e1 user: drh tags: trunk
2019-02-01
22:06
Fix typos and omissions in the change log. check-in: 91188df9ec user: drh tags: trunk
16:57
Clarification of "billion" and "trillion" on the most-used page. check-in: ca148dd5c0 user: drh tags: trunk
16:55
Clarification of usage claims on the index page. check-in: 20fa2ff51e user: drh tags: trunk
14:44
Fix a typo on the index page. check-in: 139fa7c746 user: drh tags: trunk
2019-01-31
17:51
Add documentation for SQLITE_CONFIG_MEMDB_MAXSIZE. check-in: cb850cf9a5 user: drh tags: trunk
2019-01-29
18:59
Fix a typo in the date-time function documentation. Leaf check-in: 0866c95aaf user: drh tags: branch-3.26
2019-01-28
20:31
Updates to the change log for version 3.27.0. check-in: 03bca65239 user: drh tags: trunk
12:16
Fix typo on the "PRAGMA database_list" documentation. check-in: 70943cf0c8 user: drh tags: branch-3.26