home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1029469630

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/363#issuecomment-1029469630 https://api.github.com/repos/simonw/sqlite-utils/issues/363 1029469630 IC_kwDOCGYnMM49XHW- 9599 2022-02-03T22:42:36Z 2022-02-03T22:42:36Z OWNER

This check should run inside the .insert_all() method. It should raise a custom exception which the CLI code can then catch and turn into a click error.

Actually no that doesn't work, because this line causes an error before we even get to .insert_all():

https://github.com/simonw/sqlite-utils/blob/7d928f83085fb285f294dbdaeb93fd94a44d5d44/sqlite_utils/cli.py#L1012-L1013

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1094981339  
Powered by Datasette · Queries took 1.19ms · About: github-to-sqlite