Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Frame range comparisons can never be NULL because the values will have been checked for NULL prior to the test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fa37cf9a6aa3e4325674cb6af68f617d |
User & Date: | drh 2019-04-01 16:23:21.090 |
Context
2019-04-01
| ||
17:24 | If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt. (check-in: f0ed714637 user: dan tags: trunk) | |
16:23 | Frame range comparisons can never be NULL because the values will have been checked for NULL prior to the test. (check-in: fa37cf9a6a user: drh tags: trunk) | |
15:55 | Mark rowid-comparison opcodes as never-null for VDBE coverage tracking purposes. (check-in: a69bb4f257 user: drh tags: trunk) | |
Changes
Changes to src/window.c.