SQLite

Check-in [b186d8d15a]
Login

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

Overview
Comment:Make sure the where.c query planner never reports that the number of ORDER BY terms that are satisfied by indices is negative.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | orderby-planning
Files: files | file ages | folders
SHA1: b186d8d15a10d5e8fcae9ae72e8624d71831f5bd
User & Date: drh 2014-03-19 14:30:55.491
Context
2014-03-19
15:17
Avoid reusing temporary registers in co-routines when doing block-sorting. (check-in: 463d921b51 user: drh tags: orderby-planning)
14:30
Make sure the where.c query planner never reports that the number of ORDER BY terms that are satisfied by indices is negative. (check-in: b186d8d15a user: drh tags: orderby-planning)
14:10
First attempt at getting block-sort to work. This is an incremental check-in. There are many problems still to be worked out. (check-in: 59742dd4c5 user: drh tags: orderby-planning)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/where.c.