-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Add mongodb date_immutable filter support #3940
Add mongodb date_immutable filter support #3940
Conversation
Hello. Thanks for the PR. You should check the CS and PHPStan. |
ac0befd
to
c565c1b
Compare
I fixed the cs, which seems to have fixed the phpstan too. As for the DateImmutableType, it seems to have been added to doctrine in 2019 doctrine/mongodb-odm#2118, which I wouldn't exactly call recent |
But released in the end of May 2020 🙂 https://github.com/doctrine/mongodb-odm/releases/tag/2.1.0 |
Anyway, we should have a conflict with MongoDB ODM < 2.1. |
0fed86f
to
b760fd9
Compare
Is that what makes the |
b760fd9
to
60304de
Compare
That's right. If the MongoDB part was not experimental, we would have to introduce a non-breaking change, but since it's not the case, I think we can just bump the conflict. |
I'm not sure to understand your reply, but let me know if I need to do anything more to help that fix get merged |
I've added some commits to fix it. I think it's OK now. For the merge, we need to wait for the stable release of 2.6. |
Ok thanks |
@alanpoulain what's holding this one up? last from you was awaiting 2.6 stable however we're already up to 2.6.2 |
68c181a
to
ae31877
Compare
Thank you @CheapHasz. |
@alanpoulain I'm assuming main = We don't really know what "when they are ready" means. Does it mean there is no schedule? Based on historical With regards to this particular merge, we are now trying to decide if we should wait for |
Yes, Yes, there is no schedule. It depends of the features we have, the time it needs to release a new version, the timing of the release (for instance with a new version of Symfony or PHP), etc. I'm not sure what's the best choice in your case. The |
DateFilter didn't work on date_immutable ODM/Field