Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

paulinevos
Copy link
Collaborator

DatabaseTransactionsManager was introduced in Laravel to keep track of things like pending transactions and fire transaction events, so that e.g. dispatches could hook into transaction state.

Our trait was not using it yet, resulting in missing afterCommit behavior (see PHPLIB-373 and #3328)

Checklist

  • Add tests and ensure they pass

@paulinevos paulinevos requested a review from a team as a code owner September 4, 2025 14:42
@paulinevos paulinevos requested a review from GromNaN September 4, 2025 14:42
@GromNaN GromNaN added the bug label Sep 4, 2025
@GromNaN GromNaN added this to the 5.5 milestone Sep 4, 2025
@GromNaN GromNaN changed the base branch from 5.x to 5.5 September 4, 2025 14:50
@paulinevos paulinevos force-pushed the 373_after-commit branch 11 times, most recently from 14eed44 to 27ac702 Compare September 11, 2025 08:38
`DatabaseTransactionsManager` was introduced in Laravel to keep track of
things like pending transactions and fire transaction events, so that
e.g. dispatches could hook into transaction state.

Our trait was not using it yet, resulting in missing `afterCommit`
behavior (see PHPLIB-373)
@paulinevos paulinevos merged commit dee170a into mongodb:5.5 Sep 15, 2025
72 checks passed
@paulinevos paulinevos deleted the 373_after-commit branch September 15, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants