home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 432371762

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
482424314 https://github.com/simonw/datasette/issues/428#issuecomment-482424314 https://api.github.com/repos/simonw/datasette/issues/428 MDEyOklzc3VlQ29tbWVudDQ4MjQyNDMxNA== simonw 9599 2019-04-12T03:33:35Z 2019-04-12T03:33:35Z OWNER It looks like I accidentally broke the `fts_table` metadata mechanism here: https://github.com/simonw/datasette/commit/3a208a41d4dce35b97eca8b25f37055c3fda5aed#diff-5e0ffd62fced7d46339b9b2cd167c2f9L297 I'll fix that as part of this work. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Make ?_fts_table=x and ?_fts_pk=y available as URL parameters on table view 432371762  
482433121 https://github.com/simonw/datasette/issues/428#issuecomment-482433121 https://api.github.com/repos/simonw/datasette/issues/428 MDEyOklzc3VlQ29tbWVudDQ4MjQzMzEyMQ== simonw 9599 2019-04-12T04:30:29Z 2019-04-12T04:30:29Z OWNER Configured in metadata: https://latest.datasette.io/fixtures/searchable_view_configured_by_metadata?_search=weasel Configured with querystring: https://latest.datasette.io/fixtures/searchable_view?_search=weasel&_fts_table=searchable_fts&_fts_pk=pk {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Make ?_fts_table=x and ?_fts_pk=y available as URL parameters on table view 432371762  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 41.473ms · About: simonw/datasette-graphql