home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1075432283

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/1671#issuecomment-1075432283 https://api.github.com/repos/simonw/datasette/issues/1671 1075432283 IC_kwDOBm6k_c5AGctb 9599 2022-03-22T17:39:04Z 2022-03-22T17:43:12Z OWNER

Note that Datasette does already have special logic to convert parameters to integers for numeric comparisons like >:

https://github.com/simonw/datasette/blob/c4c9dbd0386e46d2bf199f0ed34e4895c98cb78c/datasette/filters.py#L203-L212

Though... it looks like there's a bug in that? It doesn't account for float values - "3.5".isdigit() return False - probably for the best, because int(3.5) would break that value anyway.

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