SQLite

Check-in [c3ae369783]
Login

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

Overview
Comment:Remove the sequence values from sorter records used by ORDER BY as well.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | orderby-planning
Files: files | file ages | folders
SHA1: c3ae3697832a00d4d5758988a8766bdbb691e6b8
User & Date: dan 2014-03-25 15:04:07.777
Context
2014-03-25
17:07
Fix a problem in the code added by [707ea170b3] causing vdbesort.c to sort unstably. (check-in: d3e640afe6 user: dan tags: orderby-planning)
15:04
Remove the sequence values from sorter records used by ORDER BY as well. (check-in: c3ae369783 user: dan tags: orderby-planning)
2014-03-24
20:19
Omit the sequence value from sorter records used by GROUP BY queries that cannot use an index. (check-in: 3f90abddc3 user: dan tags: orderby-planning)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/select.c.
Changes to src/vdbe.c.