home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "OWNER", issue = 1105916061 and user = 9599 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 · 4 ✖

issue 1

  • Add KNN and data_licenses to hidden tables list · 4 ✖

author_association 1

  • OWNER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1017113831 https://github.com/simonw/datasette/issues/1601#issuecomment-1017113831 https://api.github.com/repos/simonw/datasette/issues/1601 IC_kwDOBm6k_c48n-zn simonw 9599 2022-01-20T04:38:14Z 2022-01-20T04:38:14Z OWNER

I don't have solid tests in place for exercising SpatiaLite, but this change feels safe enough that I'm not going to add tests for it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add KNN and data_licenses to hidden tables list 1105916061  
1016639294 https://github.com/simonw/datasette/issues/1601#issuecomment-1016639294 https://api.github.com/repos/simonw/datasette/issues/1601 IC_kwDOBm6k_c48mK8- simonw 9599 2022-01-19T16:26:44Z 2022-01-20T03:57:17Z OWNER

I need to add sqlite_stat1 to the hidden tables too, see: - https://github.com/simonw/datasette/issues/1587 - https://github.com/simonw/sqlite-utils/issues/366

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add KNN and data_licenses to hidden tables list 1105916061  
1017095821 https://github.com/simonw/datasette/issues/1601#issuecomment-1017095821 https://api.github.com/repos/simonw/datasette/issues/1601 IC_kwDOBm6k_c48n6aN simonw 9599 2022-01-20T03:56:14Z 2022-01-20T03:56:28Z OWNER

Oh interesting, I hadn't heard about KNN2. It looks like it was added to SpatiaLite on 21st June 2021 in https://www.gaia-gis.it/fossil/libspatialite/info/03786a62cdb4ab17 but the most recent release of SpatiaLite is 5.0.1 from 7th February 2021 - so it's not yet in a release.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add KNN and data_licenses to hidden tables list 1105916061  
1016637722 https://github.com/simonw/datasette/issues/1601#issuecomment-1016637722 https://api.github.com/repos/simonw/datasette/issues/1601 IC_kwDOBm6k_c48mKka simonw 9599 2022-01-19T16:25:07Z 2022-01-19T16:25:07Z OWNER

Good idea - though I'm nervous about accidentally hiding a data_licenses table outside of the SpatiaLite case. I'll only hide that one if SpatiaLite is loaded.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add KNN and data_licenses to hidden tables list 1105916061  

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