Fossil

Timeline
Login

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

5 check-ins related to "fileage-enhancement"

2014-12-15
18:24
Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). ... (check-in: c556f8c6 user: drh tags: trunk)
18:17
Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. ... (Closed-Leaf check-in: 0fba2272 user: drh tags: fileage-enhancement)
17:53
A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. ... (check-in: cc1e9655 user: drh tags: fileage-enhancement)
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc6143 user: drh tags: fileage-enhancement)
2014-12-12
16:04
Reset memory in addr for good measure just to be certain nothing is left over. ... (check-in: 522cf5f6 user: andybradford tags: trunk)