APIv4 - Fix index interfering with HAVING
authorcolemanw <coleman@civicrm.org>
Tue, 14 Nov 2023 18:40:29 +0000 (13:40 -0500)
committercolemanw <coleman@civicrm.org>
Wed, 15 Nov 2023 19:42:14 +0000 (14:42 -0500)
commit41b42190cd5c91f561fd9bc32735c23ba52f70fe
tree20f553f17f6aba1d8bb8dc2e7be293f996d8502a
parent5a7b6fa01e10d2f0acf28a9f9f7c53545ba84d4e
APIv4 - Fix index interfering with HAVING

It's not always safe to delete items from the SELECT clause... so let's not.
Fixes dev/core#4017
api/api.php
ext/afform/core/afform.php
tests/phpunit/api/v4/Action/SqlFunctionTest.php