home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1012635696

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/1527#issuecomment-1012635696 https://api.github.com/repos/simonw/datasette/issues/1527 1012635696 IC_kwDOBm6k_c48W5gw 9599 2022-01-14T00:19:10Z 2022-01-14T00:20:36Z OWNER

Oh! This is because _city_id has a leading underscore (for testing purposes). I think I need to filter out any keys that contain __ in that case.

What happens to columns that contain a __? They shouldn't be reflected in the hidden arguments either - this code is really only supposed to catch things like _where and _m2m_through= and _col - basically most of the list on https://docs.datasette.io/en/stable/json_api.html#special-table-arguments

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