Fix countArchived() loading all members into memory (Closes #201) #201
Reference in New Issue
Block a user
Delete Branch "fix/n-plus-one-queries-member-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace in-memory filtering with a SQL COUNT(*) query in the mapper, matching the pattern of the existing countAll() method.
Changes