Closed joamag closed 1 year ago
Support for the after_commit() and after_rollback callbacks.
after_commit()
after_rollback
This allows one person to schedule a certain operation only if (and when) the current transaction succeeds or fails.
Description
Support for the
after_commit()
andafter_rollback
callbacks.This allows one person to schedule a certain operation only if (and when) the current transaction succeeds or fails.