aboutsummaryrefslogtreecommitdiff
path: root/test/with3.test
Commit message (Expand)AuthorAge
* The view-scan optimization was added to enhance the performance of one specificdrh2023-09-15
* When an automatic index creates a Bloom filter, show that in thedrh2023-02-28
* Improved comments on the new co-routine logic. Fix a C++-ism in the code.drh2022-12-08
* In the query planner, add a heuristic that will reduce the cost of a fulldrh2022-09-01
* Use the canonical name, not the AS name, when showing the MATERIALIZE ordrh2021-03-20
* Revise tests cases to align with the new EXPLAIN QUERY PLAN output.drh2021-03-20
* Fix a problem causing spurious "<cte>: circular reference" errors to be repor...dan2021-03-18
* Avoid manifesting a CTE (or other view) multiple times when it is possible todrh2021-02-13
* Allow multiple recursive terms in the compound SELECT of a recursive CTE.drh2020-10-19
* Fix the VDBE so that it correctly handles the sequence of operationsdrh2020-01-18
* Make sure the WITH stack in the Parse object is disabled following an error.drh2019-11-09
* Fix a memory-leak/segfault caused by using OP_OpenDup and OP_OpenEphemeral on...dan2019-05-03
* Improvements to EXPLAIN QUERY PLAN formatting. The MULTI-INDEX OR now showsdrh2018-12-24
* Enhance EXPLAIN QUERY PLAN to report the generation of constant rows usingdrh2018-05-03
* Fix test cases so that they work with the new EXPLAIN QUERY PLAN outputdrh2018-05-02
* Fix a problem causing the planner to generate sub-optimal plans for some queriesdan2016-12-16
* Proposed fix for an infinite loop bug in the WITH clause semantic analysisdrh2015-11-07