home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1298879701

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/506#issuecomment-1298879701 https://api.github.com/repos/simonw/sqlite-utils/issues/506 1298879701 IC_kwDOCGYnMM5Na1TV 9599 2022-11-01T17:37:13Z 2022-11-01T17:37:13Z OWNER

The question I was originally trying to answer here was this: how many rows were actually inserted by that call to .insert_all()?

I don't know that .rowcount would ever be useful here, since the "correct" answer depends on other factors - had I determined to ignore or replace records with a primary key that matches an existing record for example?

So I think if people need rowcount they can get it by using a cursor directly.

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