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 »

Méthode mariadb.connection.rollback

Signature de la méthode rollback

def rollback() 

Description

rollback.__doc__

Causes the database to roll back to the start of any pending transaction

Closing a connection without committing the changes first will cause an
implicit rollback to be performed.

Note that rollback() will not work as expected if autocommit mode was set to True
or the storage engine does not support transactions.