home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

12 rows where "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: issue_url, body, reactions, created_at (date)

issue 10

  • 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
  • Remove unneeded exists=True for -a/--auth flag. 1
  • fixing typo in get cli help text 1
  • 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
  • Fix small typo 1

author_association 3

  • OWNER 9
  • MEMBER 2
  • NONE 1

user 2

  • simonw 11
  • codecov[bot] 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
844250232 https://github.com/dogsheep/github-to-sqlite/pull/59#issuecomment-844250232 https://api.github.com/repos/dogsheep/github-to-sqlite/issues/59 MDEyOklzc3VlQ29tbWVudDg0NDI1MDIzMg== simonw 9599 2021-05-19T16:08:10Z 2021-05-19T16:08:10Z MEMBER

Thanks for catching this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Remove unneeded exists=True for -a/--auth flag. 771872303  
844249385 https://github.com/dogsheep/github-to-sqlite/pull/61#issuecomment-844249385 https://api.github.com/repos/dogsheep/github-to-sqlite/issues/61 MDEyOklzc3VlQ29tbWVudDg0NDI0OTM4NQ== simonw 9599 2021-05-19T16:07:06Z 2021-05-19T16:07:06Z MEMBER

Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
fixing typo in get cli help text 797108702  
844007155 https://github.com/simonw/datasette/pull/1335#issuecomment-844007155 https://api.github.com/repos/simonw/datasette/issues/1335 MDEyOklzc3VlQ29tbWVudDg0NDAwNzE1NQ== codecov[bot] 22429695 2021-05-19T11:21:45Z 2021-05-19T11:21:45Z NONE

Codecov Report

Merging #1335 (d91c18d) into main (9b3b7e2) will not change coverage. The diff coverage is n/a.

```diff @@ Coverage Diff @@

main #1335 +/-

======================================= Coverage 91.53% 91.53%
======================================= Files 34 34
Lines 4255 4255
======================================= Hits 3895 3895
Misses 360 360
```


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9b3b7e2...d91c18d. Read the comment docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Fix small typo 895315478  
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 1312.807ms · About: github-to-sqlite