Participer au site avec un Tip
Rechercher
 

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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Classe « ExecutionContext »

Méthode sqlalchemy.ExecutionContext.fetchall_for_returning

Signature de la méthode fetchall_for_returning

def fetchall_for_returning(self, cursor: 'DBAPICursor') -> 'Sequence[Any]' 

Description

help(ExecutionContext.fetchall_for_returning)

For a RETURNING result, deliver cursor.fetchall() from the
DBAPI cursor.

This is a dialect-specific hook for dialects that have special
considerations when calling upon the rows delivered for a
"RETURNING" statement.   Default implementation is
``cursor.fetchall()``.

This hook is currently used only by the :term:`insertmanyvalues`
feature.   Dialects that don't set ``use_insertmanyvalues=True``
don't need to consider this hook.

.. versionadded:: 2.0.10



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé