home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 708128286

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-708128286 https://api.github.com/repos/simonw/datasette/issues/1019 708128286 MDEyOklzc3VlQ29tbWVudDcwODEyODI4Ng== 9599 2020-10-14T03:11:33Z 2020-10-14T03:14:07Z OWNER

Another edge-case: https://latest.datasette.io/fixtures/pragma_cache_size (PRAGMA cache_size;) isn't an allowed query usually, so linking to "Edit SQL" for it would link to an error page: https://latest.datasette.io/fixtures?sql=PRAGMA+cache_size%3B

Can use datasette.utils.validate_sql_select(sql) to check for that - it raises datasette.utils.InvalidSql if there's a problem.

{
    "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 0.718ms · About: github-to-sqlite