mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-09 20:57:48 +00:00
don't exclude python version nulls from query
This commit is contained in:
@@ -321,7 +321,8 @@ def get_query(date):
|
|||||||
FROM
|
FROM
|
||||||
`the-psf.pypi.downloads{date.replace("-", "")}`
|
`the-psf.pypi.downloads{date.replace("-", "")}`
|
||||||
WHERE
|
WHERE
|
||||||
details.python LIKE '%.%' )
|
details.python LIKE '%.%' OR
|
||||||
|
details.python IS NULL )
|
||||||
SELECT
|
SELECT
|
||||||
package,
|
package,
|
||||||
'python_major' AS category_label,
|
'python_major' AS category_label,
|
||||||
|
|||||||
Reference in New Issue
Block a user