home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1670470516

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/2114#issuecomment-1670470516 https://api.github.com/repos/simonw/datasette/issues/2114 1670470516 IC_kwDOBm6k_c5jkVt0 9599 2023-08-09T00:09:55Z 2023-08-09T00:10:32Z OWNER

I decided to figure out where the _size= parameter here comes from: https://github.com/simonw/datasette/blob/cd57b0f71234273156cb1eba3f9153b9e27ac14d/datasette/views/database.py#L576-L588

It took some spelunking, but it looks like I added that five years ago as part of CSV streaming in https://github.com/simonw/datasette/commit/fc3660cfad7668dbce6ead12766e048fc1f78b11

It's there purely to allow CSV streaming to set _size="max".

And since CSV streaming is still just a table thing, not a query thing, I can drop it.

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