Skip to content
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

Fix compatibility issue with Doctrine >= 2.6 #608

Merged
merged 2 commits into from Mar 31, 2022

Conversation

ste93cry
Copy link
Collaborator

Fixes #607: to workaround the problem of missing Doctrine\DBAL\Driver\Middleware interface in DBAL 2.x, an alias was created pointing to our own interface. However, this solution causes issues to all third-party code that would incorrectly assume that the original interface really exists.

@bobvandevijver
Copy link
Contributor

@ste93cry I can confirm that with this branch the error is gone and that the sentry test command still works 👍

@ste93cry ste93cry merged commit d6aedfd into master Mar 31, 2022
@ste93cry ste93cry deleted the fix-compatibility-issue-with-doctrine-bundle-2.6 branch March 31, 2022 11:02
@bytehead
Copy link

Thank you! 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility issue with DoctrineBundle >= 2.6.0
4 participants