SQLite

Check-in [8bbfa97837]
Login

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

Overview
Comment:The compound-select merge optimization passes quick.test with no errors. (CVS 5299)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8bbfa97837a74ef0514e0c92ea2a6576f02cc361
User & Date: drh 2008-06-25 00:12:41.000
References
2013-05-06
15:21 New ticket [6709574d2a] COLLATE clause in ORDER BY causes incorrect EXCEPT. (artifact: 5bbf9ac188 user: drh)
Context
2008-06-25
02:22
Add new test script for compound select statements. (CVS 5300) (check-in: a193b1612e user: drh tags: trunk)
00:12
The compound-select merge optimization passes quick.test with no errors. (CVS 5299) (check-in: 8bbfa97837 user: drh tags: trunk)
2008-06-24
22:50
OS/2 fixes for pre-C99 compilers and a return code correction in os2Access(). (CVS 5298) (check-in: 3241a3bdd0 user: pweilbacher tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/select.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.