SQLite

Timeline
Login

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

5 check-ins using file src/btree.c version 96fcbe6db6

2025-07-03
20:51
Merge the latest trunk fixes and enhancements into the empty-table-optimizations branch (Leaf check-in: d4f47e04f5 user: drh tags: empty-table-optimizations)
00:17
Minor tweaks to the exists-to-join optimization. (check-in: 9cb600ad57 user: drh tags: empty-table-optimizations)
2025-07-02
20:46
Merge in the exists-to-join optimization that has been modified to relax the requirement of having an indexed join constraint. (check-in: 1c1aef2b7f user: drh tags: empty-table-optimizations)
17:43
Fix VDBE coverage (check-in: ff593a16d6 user: drh tags: empty-table-optimizations)
14:53
Early exit if one of the inner loops of a 3-way or larger join is an empty table. (check-in: eaad6ac707 user: drh tags: empty-table-optimizations)