Vous avez des améliorations (ou des corrections) à proposer pour ce document :
je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
return a tuple-typed form of this :class:`.Query`.
This method invokes the :meth:`.Query.only_return_tuples`
method with a value of ``True``, which by itself ensures that this
:class:`.Query` will always return :class:`.Row` objects, even
if the query is made against a single entity. It then also
at the typing level will return a "typed" query, if possible,
that will type result rows as ``Tuple`` objects with typed
elements.
This method can be compared to the :meth:`.Result.tuples` method,
which returns "self", but from a typing perspective returns an object
that will yield typed ``Tuple`` objects for results. Typing
takes effect only if this :class:`.Query` object is a typed
query object already.
.. versionadded:: 2.0
.. seealso::
:meth:`.Result.tuples` - v2 equivalent method.
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :