Skip to content

Enable custom doctrine types to handle null values #26

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
merged 2 commits into from
Mar 13, 2023

Conversation

Bl00D4NGEL
Copy link
Collaborator

Currently the doctrine custom types do not handle null values and cause applications that rely on nullable values to break.

This PR implements this functionality + adds tests

@Bl00D4NGEL Bl00D4NGEL requested a review from b00gizm as a code owner March 13, 2023 17:07
Copy link
Contributor

@b00gizm b00gizm left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution! @Bl00D4NGEL 🚀

@b00gizm b00gizm changed the title Feat: Enable custom doctrine types to handle null values Enable custom doctrine types to handle null values Mar 13, 2023
@b00gizm b00gizm merged commit 8f2d52c into geekcell:main Mar 13, 2023
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