PropicSignifi / Query.apex

A dynamic SOQL and SOSL query builder on Salesforce.com platform
https://propicsignifi.github.io/query-apex/
MIT License
153 stars 68 forks source link

Installing on org with Platform Encryption on Account.Name fails tests #88

Open JeroenSfdc opened 2 years ago

JeroenSfdc commented 2 years ago

Since aggregated functions and LIKE are not allowed on encrypted fields, tests will fails in case Account.Name is encrypted. This is a typical field to be encrypted. Proposal to modify the tests to use AccountNumber instead of Name for tests pertaining these operations.