We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae3eb67 + 84ad4c2 commit 2f7063eCopy full SHA for 2f7063e
docs/models.rst
@@ -105,7 +105,7 @@ when SQLAlchemy will load the data from the database:
105
106
- ``'select'`` / ``True`` (which is the default, but explicit is better
107
than implicit) means that SQLAlchemy will load the data as necessary
108
- in one go using a standard select statement.
+ in one go using a standard ``SELECT`` statement.
109
- ``'joined'`` / ``False`` tells SQLAlchemy to load the relationship in
110
the same query as the parent using a ``JOIN`` statement.
111
- ``'subquery'`` works like ``'joined'`` but instead SQLAlchemy will
0 commit comments