mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 03:26:01 -04:00
Merge branch 'patch-1' of https://github.com/tomsitter/sqlalchemy
This commit is contained in:
Vendored
+1
-1
@@ -1386,7 +1386,7 @@ is an important method at the center of usage for any SQL-fluent application.
|
||||
ON clause is a plain SQL expression. To control the first entity in the list
|
||||
of JOINs, use the :meth:`.Query.select_from` method::
|
||||
|
||||
query = Session.query(User, Address).select_from(Address).join(User)
|
||||
query = session.query(User, Address).select_from(Address).join(User)
|
||||
|
||||
|
||||
.. _ormtutorial_aliases:
|
||||
|
||||
Reference in New Issue
Block a user