savepoint_rollback(sid, using=None)
[source]
Rolls back the transaction to savepoint sid
.
These functions do nothing if savepoints aren’t supported or if the database is in autocommit mode.
In addition, there’s a utility function:
savepoint_rollback(sid, using=None)
[source]
Rolls back the transaction to savepoint sid
.
These functions do nothing if savepoints aren’t supported or if the database is in autocommit mode.
In addition, there’s a utility function:
Please login to continue.