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

Skip options charset and collation for field validation #51

Merged
merged 1 commit into from
Jun 13, 2018

Conversation

dennisverspuij
Copy link

Doctrine scans field options such as notnull for applying applicable validators prior to persisting a field value. For options charset and collation there exist no such validators, hence an exception is thrown when persisting a field using any of these options. This fix adds charset and collation to the list of ignored options.

Copy link

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not.

@j0k3r j0k3r merged commit cd137a6 into FriendsOfSymfony1:master Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants