zzzeek / test_sqlalchemy

0 stars 0 forks source link

folded_equivalents busted, no unit tests #932

Closed sqlalchemy-bot closed 16 years ago

sqlalchemy-bot commented 16 years ago

Issue created by Michael Bayer (zzzeek)


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

sqlalchemy-bot commented 10 years ago

Michael Bayer (zzzeek) wrote:


Removing milestone: 0.4.xx (automated comment)

sqlalchemy-bot commented 16 years ago

Michael Bayer (zzzeek) wrote:


1131 calls for removal of the feature altogether

sqlalchemy-bot commented 16 years ago

Michael Bayer (zzzeek) wrote:


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).

sqlalchemy-bot commented 10 years ago

Changes by Michael Bayer (zzzeek): removed "0.4.xx" milestone

sqlalchemy-bot commented 16 years ago

Changes by Michael Bayer (zzzeek): set state to "duplicate"

sqlalchemy-bot commented 16 years ago

Changes by Michael Bayer (zzzeek): changed priority from "critical" to "minor"; changed milestone from "0.4.3" to "0.4.xx"