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

Auto-generated types for string/int/uuid backed objects #4

Merged
merged 6 commits into from
Nov 28, 2024

Conversation

benr77
Copy link
Contributor

@benr77 benr77 commented May 25, 2024

This PR introduces a #[DoctrineType] which allows automatic configuration of a Doctrine type, with associated mapping, for any object that is backed by a string, int, or UUID.

benr77 added 2 commits May 25, 2024 06:47
Not sure if this should become part of the main package. The API still
needs work, and there is currently no interface for the string/int/uuid
objects to enforce the correct methods.
@benr77 benr77 force-pushed the autogenerated-types branch from a6deb60 to 22fc220 Compare May 25, 2024 04:56
@benr77 benr77 force-pushed the autogenerated-types branch from 020f112 to 733b8f2 Compare May 25, 2024 06:58
@benr77 benr77 force-pushed the autogenerated-types branch from 733b8f2 to 9b80e3e Compare May 25, 2024 07:00
@benr77 benr77 merged commit ad54455 into main Nov 28, 2024
12 checks passed
@benr77 benr77 deleted the autogenerated-types branch November 28, 2024 10:54
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.

1 participant