folded_equivalents busted, no unit tests

Issue #932 resolved
Mike Bayer repo owner created an issue

people.join(managers).outerjoin(boss) in polymorph.py does not fold properly if you apply select(folded_equivalents=True) to it

Comments (3)

  1. Mike Bayer reporter

    OK we don't actually need folded_equivalents in any current case, I had forgotten that it's name oriented so its not terribly relevant and I'd almost like to remove it altogether, but it is useful for some hypothetical "union"s since our union() construct uses column names to match cols together (also something im not sure I like).

  2. Log in to comment