Add upgrade-safe DAO::getSupportedFields method
authorColeman Watts <coleman@civicrm.org>
Wed, 1 Jul 2020 17:25:31 +0000 (13:25 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 3 Jul 2020 15:19:29 +0000 (11:19 -0400)
commit2ca7273bed4d24245b932f8378b41385db7746e2
tree501ad11abaccc8cec9c7087ddf9bfdcd77ee7e40
parent3ac647fa4b7b13dfd07b84a35f80fa7b682832f2
Add upgrade-safe DAO::getSupportedFields method

Switches api v3 and v4 to use that method so they are upgrade-safe by default.
CRM/Core/DAO.php
Civi/Api4/Service/Spec/SpecGatherer.php
api/v3/utils.php
sql/test_data_second_domain.mysql
tests/phpunit/CRM/Core/DAOTest.php