Api4 - Support wildcard * in select clause
authorColeman Watts <coleman@civicrm.org>
Thu, 16 Jan 2020 01:59:59 +0000 (20:59 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 16 Jan 2020 14:57:32 +0000 (09:57 -0500)
commit39e0f675c2c57586670cb495f785e5e65720d626
treefa2ab7dc089854a4505e499c87f2702b8563c6f4
parentfa79447782acbf55764cf48d7bfe18784b8da6dd
Api4 - Support wildcard * in select clause
16 files changed:
Civi/Api4/Generic/AbstractAction.php
Civi/Api4/Generic/AbstractGetAction.php
Civi/Api4/Generic/BasicGetAction.php
Civi/Api4/Generic/DAOGetAction.php
Civi/Api4/Query/Api4SelectQuery.php
Civi/Api4/Service/Schema/Joinable/CustomGroupJoinable.php
Civi/Api4/Service/Schema/Joinable/Joinable.php
Civi/Api4/Utils/SelectUtil.php [new file with mode: 0644]
ang/api4Explorer/Explorer.html
ang/api4Explorer/Explorer.js
api/api.php
tests/phpunit/api/v4/Action/GetFromArrayTest.php
tests/phpunit/api/v4/Entity/ContactJoinTest.php
tests/phpunit/api/v4/Mock/Api4/MockArrayEntity.php
tests/phpunit/api/v4/Query/Api4SelectQueryComplexJoinTest.php
tests/phpunit/api/v4/Utils/SelectUtilTest.php [new file with mode: 0644]