dev/core#651 Fix group by on export soft credits (possible recent regression, clearly...
authoreileen <emcnaughton@wikimedia.org>
Tue, 5 Feb 2019 06:04:21 +0000 (19:04 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 5 Feb 2019 20:00:33 +0000 (09:00 +1300)
commitd5148d71053bbe35dc894d41f73fec988dc910b4
treefbf6d3780b98f3c32134f2c80fd908ed5f3b4430
parent146199c9d812522b26712be8f2006d39df2c13b0
dev/core#651 Fix group by on export soft credits (possible recent regression, clearly wrong).

As pointed out by the reporter the group by is being calculated as if it were a string but it's an array, this fixes.

This code has been touched recently so it might be a recent regression. 5.10 is the first release in a long time where
export is working in some mysql / output configs after a big refactor to get rid of wide temp tables
CRM/Export/BAO/Export.php