home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 452901999 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • simonw 3

issue 1

  • Test against Python 3.8-dev using Travis · 3 ✖

author_association 1

  • OWNER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
552278216 https://github.com/simonw/datasette/pull/501#issuecomment-552278216 https://api.github.com/repos/simonw/datasette/issues/501 MDEyOklzc3VlQ29tbWVudDU1MjI3ODIxNg== simonw 9599 2019-11-11T03:23:29Z 2019-11-11T03:23:29Z OWNER

Closing this so I can do a clean single commit instead.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Test against Python 3.8-dev using Travis 452901999  
552278039 https://github.com/simonw/datasette/pull/501#issuecomment-552278039 https://api.github.com/repos/simonw/datasette/issues/501 MDEyOklzc3VlQ29tbWVudDU1MjI3ODAzOQ== simonw 9599 2019-11-11T03:22:36Z 2019-11-11T03:22:36Z OWNER

Wow! = 379 passed, 4332 warnings in 196.92 seconds = - that's a lot of warnings.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Test against Python 3.8-dev using Travis 452901999  
552276422 https://github.com/simonw/datasette/pull/501#issuecomment-552276422 https://api.github.com/repos/simonw/datasette/issues/501 MDEyOklzc3VlQ29tbWVudDU1MjI3NjQyMg== simonw 9599 2019-11-11T03:13:52Z 2019-11-11T03:13:52Z OWNER

Dropping 3.5 compatibility will help here #622

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Test against Python 3.8-dev using Travis 452901999  

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 22.93ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows