home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 747864831

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/1150#issuecomment-747864831 https://api.github.com/repos/simonw/datasette/issues/1150 747864831 MDEyOklzc3VlQ29tbWVudDc0Nzg2NDgzMQ== 9599 2020-12-18T04:46:18Z 2020-12-18T04:46:18Z OWNER

The homepage currently performs a massive flurry of permission checks - one for each, database, table and view: https://github.com/simonw/datasette/blob/0.53/datasette/views/index.py#L21-L75

A paginated version of this is a little daunting as the permission checks would have to be carried out in every single table just to calculate the count that will be paginated.

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