-
-
Notifications
You must be signed in to change notification settings - Fork 899
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
fix(Pagination): Fix UUID in range filter #4595
Conversation
Ok the behat 7.1 fails cause the test can't init the UUID v6 objects. |
Or better why still test for 7.1? |
Symfony backwards compatibility promise. |
Ok skipping the test it is then (took me a while to figure out how to do that in behat but I gave it a custom tag that can be removed when 7.1 is dropped |
All green except deprecations 👍 |
This should be moved to its own filter. |
@soyuka should it though? |
Turns out the things I was running into were a bug caused by the range filter expecting numbers.
Which doesn't work when you use UUIDs as PK :)