mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #7903] [Paginator] Fix regression when using Custom ID type #10703
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/7903
State: closed
Merged: No
Continuation of https://github.com/doctrine/orm/pull/7890. Created new PR to clean the mess with huge diff, though I still left attributions via co-authors.
I have reused previous code from @Ocramius for getting id type, however if preferred, I can replace it with this smaller piece of code:
Please check if this approach is right one, as it's weird that we are now doing PHP<>DB conversions in both Paginator and WhereInWalker