index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
with3.test
Commit message (
Expand
)
Author
Age
*
The view-scan optimization was added to enhance the performance of one specific
drh
2023-09-15
*
When an automatic index creates a Bloom filter, show that in the
drh
2023-02-28
*
Improved comments on the new co-routine logic. Fix a C++-ism in the code.
drh
2022-12-08
*
In the query planner, add a heuristic that will reduce the cost of a full
drh
2022-09-01
*
Use the canonical name, not the AS name, when showing the MATERIALIZE or
drh
2021-03-20
*
Revise tests cases to align with the new EXPLAIN QUERY PLAN output.
drh
2021-03-20
*
Fix a problem causing spurious "<cte>: circular reference" errors to be repor...
dan
2021-03-18
*
Avoid manifesting a CTE (or other view) multiple times when it is possible to
drh
2021-02-13
*
Allow multiple recursive terms in the compound SELECT of a recursive CTE.
drh
2020-10-19
*
Fix the VDBE so that it correctly handles the sequence of operations
drh
2020-01-18
*
Make sure the WITH stack in the Parse object is disabled following an error.
drh
2019-11-09
*
Fix a memory-leak/segfault caused by using OP_OpenDup and OP_OpenEphemeral on...
dan
2019-05-03
*
Improvements to EXPLAIN QUERY PLAN formatting. The MULTI-INDEX OR now shows
drh
2018-12-24
*
Enhance EXPLAIN QUERY PLAN to report the generation of constant rows using
drh
2018-05-03
*
Fix test cases so that they work with the new EXPLAIN QUERY PLAN output
drh
2018-05-02
*
Fix a problem causing the planner to generate sub-optimal plans for some queries
dan
2016-12-16
*
Proposed fix for an infinite loop bug in the WITH clause semantic analysis
drh
2015-11-07