SQLite

Check-in [e6c59d2331]
Login

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

Overview
Comment:Remove a pointless OP_Once operation in ORDER BY clauses with LIMIT.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | orderby-planning
Files: files | file ages | folders
SHA1: e6c59d23316c83b318b1a94d9b28a5d321737fa5
User & Date: drh 2014-03-24 02:20:53.278
Context
2014-03-24
09:34
Remove an unnecessary temporary register allocation. (check-in: 5d506743f5 user: dan tags: orderby-planning)
02:20
Remove a pointless OP_Once operation in ORDER BY clauses with LIMIT. (check-in: e6c59d2331 user: drh tags: orderby-planning)
01:43
Further enhancements to generated VDBE code for ORDER BY. (check-in: e7188fad87 user: drh tags: orderby-planning)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/select.c.