home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 722062449

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/196#issuecomment-722062449 https://api.github.com/repos/simonw/sqlite-utils/issues/196 722062449 MDEyOklzc3VlQ29tbWVudDcyMjA2MjQ0OQ== 9599 2020-11-05T01:12:14Z 2020-11-05T01:12:14Z OWNER Good news: I don't think I have to deal with `foo.tablename`, because that doesn't get reflected in the `sqlite_master` table: ``` sqlite> attach 'foo.db' as foo; sqlite> create table foo.`bant` (id int); sqlite> select * from foo.sqlite_master; table|bant|bant|2|CREATE TABLE `bant` (id int) ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 736520310  
Powered by Datasette ยท Queries took 0.828ms