DAO - Handle OR clauses in getDynamicFkAclClauses, improve sql formatting for readability
authorcolemanw <coleman@civicrm.org>
Thu, 5 Oct 2023 18:01:25 +0000 (14:01 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 7 Oct 2023 19:07:45 +0000 (15:07 -0400)
commit63fb7eed2fcdb1b680b78ac90777779781e9e954
tree3ddae321cdfadbd0e649e0b9e4099ed8a0ff4893
parentbe6a7e247011e796274eb8ffcce0a4cf361d2f4f
DAO - Handle OR clauses in getDynamicFkAclClauses, improve sql formatting for readability

Follow-up to 918e583a146876fb42932a1d959796fd710b7b74 - this correctly joins sub-arrays using OR
CRM/Contact/BAO/Query.php
CRM/Core/DAO.php
CRM/Utils/SQL.php
CRM/Utils/SQL/Select.php