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

BUGFIX: Doctrine DataTypes should not be proxied #645

Merged
merged 1 commit into from Sep 29, 2016

Conversation

albe
Copy link
Member

@albe albe commented Sep 29, 2016

Since 3.3 the doctrine types often ended up being proxied, due to a change in proxy generation
on aspected parent classes. This would throw an exception because the DBAL\Types base classes
constructor is private and hence cannot be called from the proxied constructor.

This works around that issue by making sure the custom DBAL Types are not proxied.

Fixes #516

Since 3.3 the doctrine types often ended up being proxied, due to a change in proxy generation
on aspected parent classes. This would throw an exception because the DBAL\Types base classes
constructor is private and hence cannot be called from the proxied constructor.

This works around that issue by making sure the custom DBAL Types are not proxied.

Fixes neos#516
@mention-bot
Copy link

@albe, thanks for your PR! By analyzing the annotation information on this pull request, we identified @radmiraal, @kdambekalns and @daniellienert to be potential reviewers

@kitsunet
Copy link
Member

Just a symptom fix but lets have it for now.

@kitsunet kitsunet merged commit b16af62 into neos:3.3 Sep 29, 2016
@albe albe deleted the dbal_types_noproxy branch September 29, 2016 17:01
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.

None yet

4 participants