home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

9 rows where author_association = "OWNER" and "created_at" is on date 2021-05-19 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 7

  • fixtures.db example error in sql-utils blog post 2
  • inserting with --nl errors with: sqlite3.OperationalError: table <table> has no column named <column> 2
  • Typo in upsert example 1
  • Correct some typos 1
  • Fix incorrect create-table cli description 1
  • Fixing insert from JSON containing strings with non-ascii characters … 1
  • Suggest the --alter option if a new column cannot be added 1

user 1

  • simonw 9

author_association 1

  • OWNER · 9 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
843718859 https://github.com/simonw/sqlite-utils/issues/253#issuecomment-843718859 https://api.github.com/repos/simonw/sqlite-utils/issues/253 MDEyOklzc3VlQ29tbWVudDg0MzcxODg1OQ== simonw 9599 2021-05-19T03:31:47Z 2021-05-19T03:31:47Z OWNER

Fixed: https://simonwillison.net/2020/Sep/23/sqlite-advanced-alter-table/

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
fixtures.db example error in sql-utils blog post 847423559  
843716042 https://github.com/simonw/sqlite-utils/issues/253#issuecomment-843716042 https://api.github.com/repos/simonw/sqlite-utils/issues/253 MDEyOklzc3VlQ29tbWVudDg0MzcxNjA0Mg== simonw 9599 2021-05-19T03:29:04Z 2021-05-19T03:29:04Z OWNER

Thanks for pointing this out - the problem here is that these days the https://latest.datasette.io/fixtures.db example database includes a test for generated columns, which are a brand new feature in SQLite. Your local SQLite is an older version.

I'm going to update the blog post to instead use a copy of fixtures.db that doesn't use that feature.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
fixtures.db example error in sql-utils blog post 847423559  
843715502 https://github.com/simonw/sqlite-utils/issues/259#issuecomment-843715502 https://api.github.com/repos/simonw/sqlite-utils/issues/259 MDEyOklzc3VlQ29tbWVudDg0MzcxNTUwMg== simonw 9599 2021-05-19T03:27:33Z 2021-05-19T03:27:33Z OWNER

``` % sqlite-utils insert test-big.db text big.json Error: table text has no column named colun

Try using --alter to add additional columns ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Suggest the --alter option if a new column cannot be added 894948100  
843715308 https://github.com/simonw/sqlite-utils/issues/256#issuecomment-843715308 https://api.github.com/repos/simonw/sqlite-utils/issues/256 MDEyOklzc3VlQ29tbWVudDg0MzcxNTMwOA== simonw 9599 2021-05-19T03:26:54Z 2021-05-19T03:26:54Z OWNER

I decided to treat this as a usability bug: there's a workaround, which is adding --alter - but it's not at all obvious that you should do that. I addressed this in #259.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
inserting with --nl errors with: sqlite3.OperationalError: table <table> has no column named <column> 861622839  
843708246 https://github.com/simonw/sqlite-utils/issues/256#issuecomment-843708246 https://api.github.com/repos/simonw/sqlite-utils/issues/256 MDEyOklzc3VlQ29tbWVudDg0MzcwODI0Ng== simonw 9599 2021-05-19T03:06:02Z 2021-05-19T03:06:02Z OWNER

Did you try running this with the --alter command-line option? That seems to work when I try it on a sample file here.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
inserting with --nl errors with: sqlite3.OperationalError: table <table> has no column named <column> 861622839  
843705806 https://github.com/simonw/sqlite-utils/pull/244#issuecomment-843705806 https://api.github.com/repos/simonw/sqlite-utils/issues/244 MDEyOklzc3VlQ29tbWVudDg0MzcwNTgwNg== simonw 9599 2021-05-19T02:58:18Z 2021-05-19T02:58:18Z OWNER

Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Typo in upsert example 820468864  
843705721 https://github.com/simonw/sqlite-utils/pull/245#issuecomment-843705721 https://api.github.com/repos/simonw/sqlite-utils/issues/245 MDEyOklzc3VlQ29tbWVudDg0MzcwNTcyMQ== simonw 9599 2021-05-19T02:58:01Z 2021-05-19T02:58:01Z OWNER

Thanks very much.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Correct some typos 830803173  
843705533 https://github.com/simonw/sqlite-utils/pull/254#issuecomment-843705533 https://api.github.com/repos/simonw/sqlite-utils/issues/254 MDEyOklzc3VlQ29tbWVudDg0MzcwNTUzMw== simonw 9599 2021-05-19T02:57:22Z 2021-05-19T02:57:22Z OWNER

Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Fix incorrect create-table cli description 857280617  
843702392 https://github.com/simonw/sqlite-utils/pull/258#issuecomment-843702392 https://api.github.com/repos/simonw/sqlite-utils/issues/258 MDEyOklzc3VlQ29tbWVudDg0MzcwMjM5Mg== simonw 9599 2021-05-19T02:47:37Z 2021-05-19T02:47:37Z OWNER

I'm going to merge this and add a test - thanks!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Fixing insert from JSON containing strings with non-ascii characters … 868191959  

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 1223.665ms · About: github-to-sqlite