home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1258803261

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/pull/1820#issuecomment-1258803261 https://api.github.com/repos/simonw/datasette/issues/1820 1258803261 IC_kwDOBm6k_c5LB9A9 536941 2022-09-27T00:03:09Z 2022-09-27T00:03:09Z CONTRIBUTOR

the pattern in this PR max_returned_rows control the maximum rows rendered through html and json, and the csv render bypasses that.

i think it would be better to have each of these different query renderers have more direct control for how many rows to fetch, instead of relying on the internals of the execute method.

generally, users will not want to paginate through tens of thousands of results, but often will want to download a full query as json or as csv.

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