SQLite

Check-in [7ae068952f]
Login

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

Overview
Comment:Fix a bug in the EXPLAIN QUERY PLAN code.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental
Files: files | file ages | folders
SHA1: 7ae068952fba4395b4aa437613a5ed2bd9ddf941
User & Date: dan 2010-11-11 11:43:01.000
Context
2010-11-11
16:46
Add a row of EXPLAIN QUERY PLAN output for each composite select operation (UNION, EXCEPT etc.) in the query. (check-in: 00fb8468b5 user: dan tags: experimental)
11:43
Fix a bug in the EXPLAIN QUERY PLAN code. (check-in: 7ae068952f user: dan tags: experimental)
10:36
Modifications to test cases to account for new EXPLAIN QUERY PLAN output. (check-in: 30904ef841 user: dan tags: experimental)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/where.c.
Changes to test/autoindex1.test.
Changes to test/e_createtable.test.
Changes to test/fts3fault.test.
Changes to test/where7.test.
Changes to test/where9.test.