-
Notifications
You must be signed in to change notification settings - Fork 138
Corrected distinct option #126
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
Conversation
|
+1 |
|
Waiting for me ? |
|
Any updates? |
|
can you rebase? |
|
@MJBGO Can you please rebase in order to get this PR merged? |
|
Yes sorry I'll do it this week |
|
Any updates @MJBGO ? |
|
Yes, very sorry. I'll do it this week for sure :) |
|
Fresh commit done ! I've corrected the problem like explained in the initial message (I've updated with detailed queries). The patch that came with 1.3.0 doesn't use the distinct option entirely as seen on the screenshots. |
|
@l3pp4rd Could you please review? |
Fix of the DISTINCT option.
Since 1.3.0 (this commit 861c2a0), the distinct option doesn't have the same effect.
Before 1.3.0
distinct: false

distinct: true

1.3.3 without correction
distinct: false

distinct: true

1.3.3 with correction
distinct: false

distinct: true

See doctrine documentation : http://doctrine-orm.readthedocs.org/en/latest/tutorials/pagination.html