On 11/19/16, Andy Goth <andrew.m.g...@gmail.com> wrote:
>
> If I understand correctly, the baseline branch ls query defines a closed
> branch as having no leaves not referenced by closed tags.  The baseline
> "new" /brlist query instead checks whether "the" check-in is referenced
> by a closed tag.  Which check-in?  Hard to say.  GROUP BY doesn't define
> which row is used to evaluate the result expressions.

True enough for standard SQL. But SQLite is extended so that the
result set evaluation is for the row where max(event.mtime) is
maximized.  So, it is looking at the most recent leaf of the branch.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to