html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,issue,performed_via_github_app https://github.com/simonw/datasette/pull/447#issuecomment-489190440,https://api.github.com/repos/simonw/datasette/issues/447,489190440,MDEyOklzc3VlQ29tbWVudDQ4OTE5MDQ0MA==,9599,2019-05-03T18:13:56Z,2019-05-03T18:13:56Z,OWNER,"This appears to fix a very weird error we were getting just on Python 3.7-dev: https://travis-ci.org/simonw/datasette/jobs/527858613 That weird error boiled down to `count` being `None`: ``` { ""columns"": [""pk"", ""distance"", ""frequency""], ""name"": ""units"", ""count"": 3, ""hidden"": False, ""foreign_keys"": {""incoming"": [], ""outgoing"": []}, ""fts_table"": None, ""primary_keys"": [""pk""], } # compared to: { ""name"": ""units"", ""columns"": [""pk"", ""distance"", ""frequency""], ""primary_keys"": [""pk""], ""count"": None, ""hidden"": False, ""fts_table"": None, ""foreign_keys"": {""incoming"": [], ""outgoing"": []}, } ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",440159137,