SQLite

Check-in [bfe793780f]
Login

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

Overview
Comment:Revise the VDBE comments for NULL-scan so that they also work make sense when reading a NULLS FIRST plan.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | nulls-last
Files: files | file ages | folders
SHA3-256: bfe793780fa6fc7a1e7d0ee60606dda272985de9573887dca118e9510fc609f2
User & Date: drh 2019-08-23 17:09:02.374
Context
2019-08-23
20:33
Move some things in parse.y so that TK_COLUMN and TK_AGG_COLUMN are assigned the same values as they are on trunk for a very small speedup. (check-in: d26fdfa3bc user: dan tags: nulls-last)
17:09
Revise the VDBE comments for NULL-scan so that they also work make sense when reading a NULLS FIRST plan. (check-in: bfe793780f user: drh tags: nulls-last)
17:00
Additional simplifications of the WHERE loop code generator logic for NULLS LAST. (check-in: 1383680d92 user: drh tags: nulls-last)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/wherecode.c.