mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 12:47: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
|
||||
`the-psf.pypi.downloads{date.replace("-", "")}`
|
||||
WHERE
|
||||
details.python LIKE '%.%' )
|
||||
details.python LIKE '%.%' OR
|
||||
details.python IS NULL )
|
||||
SELECT
|
||||
package,
|
||||
'python_major' AS category_label,
|
||||
|
||||
Reference in New Issue
Block a user