Documentation Source Text

Check-in [91188df9ec]
Login

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

Overview
Comment:Fix typos and omissions in the change log.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91188df9ecd5b4e89aa682fdef40a283135f23da74939f16f7f8177aa6bc29bd
User & Date: drh 2019-02-01 22:06:50.242
Context
2019-02-05
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)
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to pages/changes.in.
50
51
52
53
54
55
56
57

58
59
60
61



62
63
64
65
66
67
68
50
51
52
53
54
55
56

57
58
59
60
61
62
63
64
65
66
67
68
69
70
71







-
+




+
+
+







of the SQLite library itself:
<ol type="a">
<li> Add support for ".open --hexdb". The 
     "[https://sqlite.org/src/doc/trunk/tool/dbtotxt.md|dbtotxt]" utility 
     program used to generate the text for the "hexdb" is added to the 
     source tree.
<li> Add support for the "--maxsize N" option on ".open --deserialize".
<li> Added the "--memtrace" command-line option, to shall all memory allocations
<li> Add the "--memtrace" command-line option, to show all memory allocations
     and deallocations.
<li> Add the ".eqp trace" option on builds with SQLITE_DEBUG, to enable
     bytecode program listing with indentation and 
     [PRAGMA vdbe_trace] all in one step.
<li> Add the "--async" option to the ".backup" command.
<li> Add options "--expanded", "--normalized", "--plain", "--profile", "--row",
     "--stmt", and "--close" to the ".trace" command.
</ol>
<li> Omit deprecated PRAGMA statements when compiling with [SQLITE_OMIT_DEPRECATED].
 <p><b>Bug fixes:</b>
<li>Do not use a partial index to do a table scan on an IN operator.
Ticket [https://www.sqlite.org/src/info/1d958d90596593a774|1d958d90596593a774].
<li>Fix the [query flattener] so that it works on queries that contain
subqueries that use [window functions].