Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PHPLIB-373 Use DatabaseTransactionsManager in ManagesTransactions trait #3443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
paulinevos merged 1 commit into mongodb:5.5 from paulinevos:373_after-commit
Sep 15, 2025

Conversation

Copy link
Collaborator

@paulinevos paulinevos commented Sep 4, 2025

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

@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
`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
Reviewers

@GromNaN GromNaN GromNaN approved these changes

@jmikola jmikola Awaiting requested review from jmikola

Assignees
No one assigned
Labels
Projects
None yet
Milestone
5.5
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /