home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 708130290

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/1019#issuecomment-708130290 https://api.github.com/repos/simonw/datasette/issues/1019 708130290 MDEyOklzc3VlQ29tbWVudDcwODEzMDI5MA== 9599 2020-10-14T03:17:57Z 2020-10-14T03:17:57Z OWNER

One last edge-case (I think) - magic parameters aren't supported for non-canned-queries, so if a query includes those it shouldn't show an Edit SQL link: https://latest.datasette.io/fixtures/magic_parameters

I don't have a clean way of detecting if a query contains defined magic parameters, but I can instead do a dumb substring match for :_ and skip showing the Edit SQL link if that is present.

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