home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 688460865

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/149#issuecomment-688460865 https://api.github.com/repos/simonw/sqlite-utils/issues/149 688460865 MDEyOklzc3VlQ29tbWVudDY4ODQ2MDg2NQ== 9599 2020-09-07T18:07:14Z 2020-09-07T18:07:14Z OWNER Another likely culprit: `licenses` has a text primary key, so it's not using `rowid`: ```sql CREATE TABLE [licenses] ( [key] TEXT PRIMARY KEY, [name] TEXT, [spdx_id] TEXT, [url] TEXT, [node_id] TEXT ); ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 695319258  
Powered by Datasette · Queries took 1.075ms