Files
sqlalchemy/test
Mike Bayer 6bdfeb73f2 Allow aliased() to be passed to Query.select_entity_from().
An :func:`.aliased()` construct can now be passed to the
:meth:`.Query.select_entity_from` method.   Entities will be pulled
from the selectable represented by the :func:`.aliased` construct.
This allows special options for :func:`.aliased` such as
:paramref:`.aliased.adapt_on_names` to be used in conjunction with
:meth:`.Query.select_entity_from`.

Additionally rewrote the docstring for :meth:`.Query.select_entity_from`,
including starting with explicit use of :func:`.aliased` as the
usual idiomatic pattern.  An example using text().columns() is added
as well as the use case from 🎫`3933` using name matching.

Change-Id: If7e182965236993064a2a086e3b6d55a4f097ca8
Fixes: #3933
(cherry picked from commit b5577b6fb3decda0293399a630e6601e86e08726)
2017-03-27 14:39:29 -04:00
..
2017-02-07 11:21:56 -05:00
2017-02-07 11:21:56 -05:00
2017-02-07 11:21:56 -05:00
2017-03-18 14:58:10 -04:00
2017-03-06 16:10:57 -05:00