home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1072907610

This data as json

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/issues/1228#issuecomment-1072907610 https://api.github.com/repos/simonw/datasette/issues/1228 1072907610 IC_kwDOBm6k_c4_80Va 9599 2022-03-19T00:55:29Z 2022-03-19T00:55:29Z OWNER

It looks to me like something is causing the faceting query here to return a string when it was expected to return a number:

https://github.com/simonw/datasette/blob/32963018e7edfab1233de7c7076c428d0e5c7813/datasette/facets.py#L153-L170

I can't think of any way that a count(*) as n would turn into a string though!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
810397025  
Powered by Datasette · Queries took 1.536ms · About: github-to-sqlite