Files
rails/activerecord/lib/active_record/relation
Fadzril Muhamad & Joseph Palermo 1db49ced45 Bug fixes:
- 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
2011-05-12 04:05:24 +08:00
..
2011-05-12 04:05:24 +08:00
2011-05-08 23:42:53 +01:00