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 :

Classe « Query »

Méthode sqlalchemy.orm.Query.with_labels

Signature de la méthode with_labels

def with_labels(self) 

Description

with_labels.__doc__

.. deprecated:: 1.4 The :meth:`_orm.Query.with_labels` and :meth:`_orm.Query.apply_labels` method is considered legacy as of the 1.x series of SQLAlchemy and will be removed in 2.0. Use set_label_style(LABEL_STYLE_TABLENAME_PLUS_COL) instead. (Background on SQLAlchemy 2.0 at: :ref:`migration_20_toplevel`)