Files
sqlalchemy/lib
Mike Bayer 7b8b23b427 - Query.select_from() has been beefed up to help
ensure that a subsequent call to query.join()
will use the select_from() entity, assuming it's
a mapped entity and not a plain selectable,
as the default "left" side, not the first entity
in the Query object's list of entities.
2010-09-21 18:09:29 -04:00
..