Tom H Anderson
Tom H Anderson
If I understand this correctly you are using auto generated ids but you are supplying the ids and the problem is your supplied ids are being replaced with auto generated...
So, my question still stands. If you turn off auto generated ids does it work?
``` doctrine/doctrine-module/src (master)]$ grep -rli hydrator * ``` I do not think the problem is coming from this repository because this repository does not have a hydrator. Please check your...
Yes, you're right. Thank you for helping me with that. I'll look through the hydrator soon. We're going to need a unit test for this sooner than later.
@mdjaman there is a newer hydrator than the one supplied with this module. https://github.com/doctrine/doctrine-laminas-hydrator If I'm going to investigate a hydrator I'd rather investigate that one. You may have the...
Well, because of the lack of others with the same issue your issue sounds unique. Which often points to a user error. So, in order to be able to help...
This PR was started because I created a custom type for date time with microseconds: https://github.com/doctrine/dbal/pull/3291
I thought about this too but I would preprocess the data into a more normal form with a states db and county db referencing state and each with their own...
What's the hold-up on this PR and PSR-14? I'm using the `league/event` 3.0 in my GraphQL library https://github.com/API-Skeletons/doctrine-graphql but can't use this League library in tandem.
Done in https://github.com/doctrine/DoctrineModule/releases/tag/6.0.0