Al Twohill 91068c23b5
FIX Make column query not distinct
When selecting a column, it doesn't  make sense to have it distinct.

As an alternative, the API could be changed to give the end user the option
(eg `->column($field, $distinct = false)`)
However if we did that, we would need to make sure we do something
similar with `SilverStripe\ORM\UnsavedRelationList` to ensure consistency.
2018-07-16 11:38:41 +01:00
..
2018-03-22 17:23:50 +13:00
2018-01-16 18:39:30 +00:00
2018-01-16 18:39:30 +00:00
2018-07-16 11:38:41 +01:00
2018-02-21 13:40:30 +00:00
2018-02-14 16:24:12 +13:00