query.join() not working with joined-table inheritance

Issue #1657 resolved
Mike Bayer repo owner created an issue

only in 0.6 trunk. full test coming:

session.query(SubClass).join(BaseClass.someelement)

produces:

select * from basetable, subclass JOIN someelement ....

this is almost certainly due to the refactor of query.join() in 0.6.

Comments (2)

  1. Log in to comment