On 10/9/05 1:09 PM, Uwe Voelker wrote:
> What about this rule:
> 1. if a column is not prefixed, it is the main object.
> 2. every other column has to be prefixed with the relationship name
I already did this and checked it in. You can still use the "tN" table
names and "tN_" column prefixes if y
Hello John,
Adding support for relationship names actually introduces ambiguity here.
Now when faced with a prefix, it could be a table alias, a table name, or a
relationship name, all of which can overlap. While I think this won't be
too bad in the limited scope of the "distinct" param, I worr