Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Do not consider changes in execute permission to be a real change for the purpose of compute file-age. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
c9df0dcdaa402eb243ff4a82aeca7469 |
| User & Date: | drh 2015-02-07 13:03:42.048 |
Context
|
2015-02-07
| ||
| 13:18 | Update the release-test document with new test cases for file-age. ... (check-in: ca0c5d31f2 user: drh tags: trunk) | |
| 13:03 | Do not consider changes in execute permission to be a real change for the purpose of compute file-age. ... (check-in: c9df0dcdaa user: drh tags: trunk) | |
| 12:56 | Another fix to the file-age computation. ... (check-in: 2e12608209 user: drh tags: trunk) | |
Changes
Changes to src/browse.c.
| ︙ | ︙ | |||
914 915 916 917 918 919 920 921 922 923 924 925 926 927 | @ WHERE mlink.mid=descendents.x @ AND mlink.fnid IN (SELECT fnid FROM foci, filename @ WHERE foci.checkinID=:ckin @ AND filename.name=foci.filename @ AND filename.name GLOB :glob) @ AND filename.fnid=mlink.fnid @ AND event.objid=mlink.mid @ ORDER BY event.mtime DESC; ; /* ** Look at all file containing in the version "vid". Construct a ** temporary table named "fileage" that contains the file-id for each | > | 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 | @ WHERE mlink.mid=descendents.x @ AND mlink.fnid IN (SELECT fnid FROM foci, filename @ WHERE foci.checkinID=:ckin @ AND filename.name=foci.filename @ AND filename.name GLOB :glob) @ AND filename.fnid=mlink.fnid @ AND event.objid=mlink.mid @ AND mlink.fid!=mlink.pid @ ORDER BY event.mtime DESC; ; /* ** Look at all file containing in the version "vid". Construct a ** temporary table named "fileage" that contains the file-id for each |
| ︙ | ︙ |