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 « Connection » Python 3.11.3

Méthode sqlite3.Connection.setlimit

Signature de la méthode setlimit

def setlimit(self, category, limit) 

Description

help(Connection.setlimit)

Set connection run-time limits.

  category
    The limit category to be set.
  limit
    The new limit. If the new limit is a negative number, the limit is
    unchanged.

Attempts to increase a limit above its hard upper bound are silently truncated
to the hard upper bound. Regardless of whether or not the limit was changed,
the prior value of the limit is returned.