Timeline
Not logged in

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

7 check-ins related to "start-of-branch-cte"

2022-03-08
13:08
Faster implementation of start_of_branch() using a CTE. check-in: 8736de8baa user: drh tags: trunk
12:04
Fix the case eType==1 (find the first check-in of the branch). Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte
2022-03-04
17:56
Add braces around an if-block. check-in: 9cd9271155 user: danield tags: start-of-branch-cte
16:04
Fix query for eType 0 or 2. check-in: f35abaff5c user: danield tags: start-of-branch-cte
15:32
Fix an assertion failure. check-in: d3625bd9c4 user: danield tags: start-of-branch-cte
2022-03-03
23:19
Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. check-in: c7749bb0a3 user: danield tags: start-of-branch-cte
2022-03-02
02:00
Update the built-in SQLite to the latest trunk version that includes various performance enhancements. The purpose here is to test the recent SQLite enhancements in a real-world application. check-in: ad744440dc user: drh tags: trunk