home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 778510528

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/131#issuecomment-778510528 https://api.github.com/repos/simonw/sqlite-utils/issues/131 778510528 MDEyOklzc3VlQ29tbWVudDc3ODUxMDUyOA== 9599 2021-02-12T23:25:06Z 2021-02-12T23:25:06Z OWNER If `-c` isn't available, maybe `-t` or `--type` would work for specifying column types: ``` sqlite-utils insert db.db images images.tsv \ --tsv \ --type id int \ --type score float ``` or ``` sqlite-utils insert db.db images images.tsv \ --tsv \ -t id int \ -t score float ``` {"total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 675753042  
Powered by Datasette · Queries took 1.789ms