Re: Nearest Common Ancestor Report (XDb1's $1000 Challenge)

From: Neo <neo55592_at_hotmail.com>
Date: 22 May 2004 17:54:14 -0700
Message-ID: <4b45d3ad.0405221654.3e3875bc_at_posting.google.com>


> I saw that you wanted a GENERIC solution, that would allow
> ANY hierarchy. That's why I renamed the table "hierarchies", added the
> hierarchy column and added a parameter to the procedure.

Actually the provided solution is inconsistent in that the class hierarchy of things, the most important one, isn't encoded in the hierarchies table. It is instead encoded in a dedicated table named types. The procedure that generates the report utilize hierarchies table and not the types table. And if one were to encoded the class hierarchy in hierarches table also, it would be redundant and possibly different. Received on Sun May 23 2004 - 02:54:14 CEST

Original text of this message