Query.apex icon indicating copy to clipboard operation
Query.apex copied to clipboard

Ignore field configuration for count query

Open yurybond opened this issue 1 year ago • 0 comments

@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.

yurybond avatar Nov 16 '23 16:11 yurybond