Query.apex
Query.apex copied to clipboard
Ignore field configuration for count query
@HenryRLee the pull request allows to run COUNT() query even if list of fields is already set. This can be beneficial in some cases when you need to use the same Query object to make both normal query and count query.
Could you please review my pull request.