APIv4 - Improve dataType handling within GROUP_CONCAT
authorcolemanw <coleman@civicrm.org>
Thu, 17 Aug 2023 21:07:26 +0000 (17:07 -0400)
committercolemanw <coleman@civicrm.org>
Tue, 5 Sep 2023 02:32:02 +0000 (22:32 -0400)
commitb04fc44bda46ea3332e74422a9f706f39677ed38
tree58526e5dcb7fe29d97f8107940908839e5a4946d
parentae2504155c65b1557ae147d829cc655ee84f5333
APIv4 - Improve dataType handling within GROUP_CONCAT

Supports sqlEquations and function suffixes within the aggregated array
Civi/Api4/Query/SqlEquation.php
Civi/Api4/Query/SqlFunction.php
Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php
Civi/Api4/Utils/FormattingUtil.php
tests/phpunit/api/v4/Action/SqlFunctionTest.php