silverstripe-framework/tests/php
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
..
Control Merge remote-tracking branch 'origin/4.0' into 4 2018-02-05 17:52:38 +13:00
Core Update getVariables to return a copy of globals rather than including the reference in an array merge 2018-02-27 09:52:36 +13:00
Dev API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
Forms Deprecate useDraftStage 2018-03-22 17:23:50 +13:00
i18n Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
Logging Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ORM FIX Make column query not distinct 2018-07-16 11:38:41 +01:00
Security Merge branch '4.0' into 4.1 2018-02-21 13:40:30 +00:00
View Update reference to TestAssetStore 2018-02-14 16:24:12 +13:00