Files
sqlalchemy/test/orm
Mike Bayer df02cc0854 - Improved query.join() such that the "left" side
can more flexibly be a non-ORM selectable,
such as a subquery.   A selectable placed
in select_from() will now be used as the left
side, favored over implicit usage
of a mapped entity.
If the join still fails based on lack of
foreign keys, the error message includes
this detail.  Thanks to brianrhude
on IRC for the test case.  [ticket:2298]
2011-10-12 15:15:28 -04:00
..
2011-07-24 13:01:13 -04:00
2011-07-31 18:08:31 -04:00
2011-03-27 18:16:40 -04:00