mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
- If doing a count on a relation that has an :include and a :join, it does a distinct even though it should not.
- When doing a count on a relation that has an :include, it always falls back to a old style left join when performing the count. Looks like it was broken here:
b9599502c9