Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updates to the carray() documentation and the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1563329e78c4a6b48c689c135e72bc12 |
User & Date: | drh 2017-07-13 19:11:59.282 |
Context
2017-07-13
| ||
19:12 | Merge fixes from the 3.19.0 branch. (check-in: 3a97831e93 user: drh tags: trunk) | |
19:11 | Updates to the carray() documentation and the change log. (check-in: 1563329e78 user: drh tags: trunk) | |
18:25 | Add a bullet point to the release notes about the new _pointer() interfaces. (check-in: 2ffb71a3a7 user: drh tags: trunk) | |
Changes
Changes to pages/carray.in.
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + - - - - - - - - - - - - - - + + + + - + - + - + | <title>The Carray() Table-Valued Function</title> <tcl>hd_keywords carray {carray() table-valued function}</tcl> <fancy_format> <h1>Overview</h1> <p>Carray($PTR,$N) is a [table-valued function] with a single column (named "value") and zero or more rows. The "value" of each row in the carray() is taken from a C-language array |
Changes to pages/changes.in.
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } |
︙ | |||
77 78 79 80 81 82 83 84 85 86 87 88 89 90 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | + | <li> Add the -withoutnulls option to the [TCL interface eval method]. <li> Enhance the [sqlite3_analyzer.exe] utility program so that it shows the number of bytes of metadata on btree pages. <li> The [SQLITE_DBCONFIG_ENABLE_QPSG] run-time option and the [SQLITE_ENABLE_QPSG] compile-time option enable the [query planner stability guarantee]. See also ticket [https://www.sqlite.org/src/info/892fc34f173e99d8|892fc34f173e99d8] <li> Miscellaneous optimizations result in a 2% reduction in CPU cycles. <p><b>Bug Fixes:</b> <li> Ensure that the query planner knows that any column of a [flattening optimization|flattened] LEFT JOIN can be NULL even if that column is labeled with "NOT NULL". Fix for ticket [https://sqlite.org/src/info/892fc34f173e99d8|892fc34f173e99d8]. } |
︙ |