> Just for curiousity, what is the use case for returning multiple columns with 
> the same name? Sounds dubious to me.

A self join will return multiple columns with the same name unless AS
keyword is used. The use of AS keyword is supposed to be optional.
Assuming that a user does use AS, labeling of the returned columns will
be at the discretion of the user, and therefore again not guaranteed to
be unique.

I would guess that if Zope assumes that column names are unique,
changing that assumption now would be a major p.i.t.a. :-)

Adam


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to