home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1668983779

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/2113#issuecomment-1668983779 https://api.github.com/repos/simonw/datasette/issues/2113 1668983779 IC_kwDOBm6k_c5jeqvj 9599 2023-08-08T06:27:42Z 2023-08-08T06:27:42Z OWNER I've now shipped the new query JSON without any extras: https://latest.datasette.io/fixtures.json?sql=select+*+from+facetable There aren't actually that many extras that make sense for the query page. These are the most obvious: - `query` - adding a `{"sql": "...", "params": ".."}` block, as seen on https://latest.datasette.io/fixtures/facetable.json?_extra=query&_size=0 - `duration_ms` to show the duration - which isn't an extra on table right now but should be. - `metadata` - https://latest.datasette.io/fixtures/facetable.json?_extra=metadata&_size=0 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1822939274  
Powered by Datasette · Queries took 2.402ms