home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1450363982 and "updated_at" is on date 2022-11-15 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

  • bgrins 4

issue 1

  • Upgrade to CodeMirror 6, add SQL autocomplete · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1316041828 https://github.com/simonw/datasette/pull/1893#issuecomment-1316041828 https://api.github.com/repos/simonw/datasette/issues/1893 IC_kwDOBm6k_c5OcTRk bgrins 95570 2022-11-15T23:51:35Z 2022-11-15T23:51:35Z CONTRIBUTOR

I experimented with autocompleting the actual schema in https://github.com/bgrins/datasette/commit/8431c98850c7a552dbcde2a4dd0c3dc942a97d25, but it would need some work (current problems with it listed in the commit message there)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Upgrade to CodeMirror 6, add SQL autocomplete 1450363982  
1315869946 https://github.com/simonw/datasette/pull/1893#issuecomment-1315869946 https://api.github.com/repos/simonw/datasette/issues/1893 IC_kwDOBm6k_c5ObpT6 bgrins 95570 2022-11-15T21:12:38Z 2022-11-15T21:12:38Z CONTRIBUTOR

https://github.com/Sphinxxxx/cm-resize isn't compatible with 6. There's a suggestion to try using CSS resize in https://discuss.codemirror.net/t/resizing-codemirror-6/3265/2

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Upgrade to CodeMirror 6, add SQL autocomplete 1450363982  
1315869040 https://github.com/simonw/datasette/pull/1893#issuecomment-1315869040 https://api.github.com/repos/simonw/datasette/issues/1893 IC_kwDOBm6k_c5ObpFw bgrins 95570 2022-11-15T21:11:42Z 2022-11-15T21:11:42Z CONTRIBUTOR

extraKeys is done - Shift+Enter is added in the helper function, and it appears that the Tab behavior now defaults to what the Tab: false setting was doing (allowing it to escape to the form)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Upgrade to CodeMirror 6, add SQL autocomplete 1450363982  
1315853097 https://github.com/simonw/datasette/pull/1893#issuecomment-1315853097 https://api.github.com/repos/simonw/datasette/issues/1893 IC_kwDOBm6k_c5OblMp bgrins 95570 2022-11-15T20:55:40Z 2022-11-15T20:55:40Z CONTRIBUTOR

Should also minify the bundled output

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Upgrade to CodeMirror 6, add SQL autocomplete 1450363982  

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