APIv4 - Improve UNION field handling & add test coverage
authorcolemanw <coleman@civicrm.org>
Tue, 20 Jun 2023 21:33:57 +0000 (17:33 -0400)
committercolemanw <coleman@civicrm.org>
Wed, 21 Jun 2023 04:13:09 +0000 (21:13 -0700)
commitb47d1bf3abe7156fdbc6c5a5676f24af1b9c8072
tree1e85ba82c3ed191805076e8a5f9ad3b03b628a87
parent8d25b517b347fa7932f96e96b96504c6d5f2c185
APIv4 - Improve UNION field handling & add test coverage
Civi/Api4/Generic/Traits/SelectParamTrait.php
Civi/Api4/Query/Api4EntitySetQuery.php
Civi/Api4/Query/Api4Query.php
Civi/Api4/Query/SqlBool.php [new file with mode: 0644]
Civi/Api4/Query/SqlExpression.php
Civi/Api4/Query/SqlString.php
tests/phpunit/api/v4/Action/EntitySetUnionTest.php