home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1298905135

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/datasette/issues/1873#issuecomment-1298905135 https://api.github.com/repos/simonw/datasette/issues/1873 1298905135 IC_kwDOBm6k_c5Na7gv 9599 2022-11-01T17:59:59Z 2022-11-01T17:59:59Z OWNER

It's a bit surprising that you can send "ignore": true, "return_rows": true and the returned "inserted" key will list rows that were NOT inserted (since they were ignored).

Three options:

  1. Ignore that and document it
  2. Fix it so "inserted" only returns rows that were actually inserted (bit tricky)
  3. Change the name of "inserted" to something else

I'm picking 3 - I'm going to change it to be called "rows" instead.

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