metadata.yml

changeset 6
266242703b38
parent 4
444a46eadb74
child 7
bfc568736c13
equal deleted inserted replaced
5:e28748388509 6:266242703b38
49 count(*) 49 count(*)
50 from 50 from
51 implementations 51 implementations
52 where 52 where
53 implementations.xep_id == xeps.id 53 implementations.xep_id == xeps.id
54 and (
55 implementations.status is null
56 or implementations.status in ('complete', 'partial')
57 )
54 ) as implementation_count 58 ) as implementation_count
55 from 59 from
56 xeps 60 xeps
57 order by 61 order by
58 implementation_count desc, 62 implementation_count desc,

mercurial