# HG changeset patch # User Matthew Wild # Date 1679312960 0 # Node ID 266242703b388aabf96150643ca45c655486a9d9 # Parent e287483885097963af03cbda434d7c034fa50af0 Update implementation count query to exclude negative implementation statuses E.g. 'removed' or 'wontfix' are possible implementation statuses. diff -r e28748388509 -r 266242703b38 metadata.yml --- a/metadata.yml Mon Mar 20 11:40:59 2023 +0000 +++ b/metadata.yml Mon Mar 20 11:49:20 2023 +0000 @@ -51,6 +51,10 @@ implementations where implementations.xep_id == xeps.id + and ( + implementations.status is null + or implementations.status in ('complete', 'partial') + ) ) as implementation_count from xeps