home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1198822563 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • simonw 2
  • rdmurphy 1
  • ar-jan 1

author_association 2

  • NONE 2
  • OWNER 2

issue 1

  • [feature] immutable mode for a directory, not just individual sqlite file · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1344669160 https://github.com/simonw/datasette/issues/1706#issuecomment-1344669160 https://api.github.com/repos/simonw/datasette/issues/1706 IC_kwDOBm6k_c5QJgXo rdmurphy 419145 2022-12-09T19:11:40Z 2022-12-09T19:11:40Z NONE

Ah, yes! Was just trying to do this and had the same issue. +1 to this!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
[feature] immutable mode for a directory, not just individual sqlite file 1198822563  
1325164933 https://github.com/simonw/datasette/issues/1706#issuecomment-1325164933 https://api.github.com/repos/simonw/datasette/issues/1706 IC_kwDOBm6k_c5O_GmF ar-jan 1176293 2022-11-23T14:34:54Z 2022-11-23T14:34:54Z NONE

This would be helpful.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
[feature] immutable mode for a directory, not just individual sqlite file 1198822563  
1094152642 https://github.com/simonw/datasette/issues/1706#issuecomment-1094152642 https://api.github.com/repos/simonw/datasette/issues/1706 IC_kwDOBm6k_c5BN3HC simonw 9599 2022-04-10T01:11:54Z 2022-04-10T01:11:54Z OWNER

This relates to this much larger vision: - #417

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
[feature] immutable mode for a directory, not just individual sqlite file 1198822563  
1094152173 https://github.com/simonw/datasette/issues/1706#issuecomment-1094152173 https://api.github.com/repos/simonw/datasette/issues/1706 IC_kwDOBm6k_c5BN2_t simonw 9599 2022-04-10T01:08:50Z 2022-04-10T01:08:50Z OWNER

This is a good idea - it matches the way datasette . works for mutable database files already.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
[feature] immutable mode for a directory, not just individual sqlite file 1198822563  

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