home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 997077410

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/1565#issuecomment-997077410 https://api.github.com/repos/simonw/datasette/issues/1565 997077410 IC_kwDOBm6k_c47bjGi 9599 2021-12-17T22:54:45Z 2021-12-17T22:54:45Z OWNER

The table page should expose the query both with and without the limit clause. The above gave me back:

sql select id, ACCESS_TYP, UNIT_ID, UNIT_NAME, SUID_NMA, AGNCY_ID, AGNCY_NAME, AGNCY_LEV, AGNCY_TYP, AGNCY_WEB, LAYER, MNG_AG_ID, MNG_AGENCY, MNG_AG_LEV, MNG_AG_TYP, PARK_URL, COUNTY, ACRES, LABEL_NAME, YR_EST, DES_TP, GAP_STS, geometry from CPAD_2020a_Units where "AGNCY_LEV" = :p0 order by id limit 101 But I actually wanted to run a fetch() against a version of that without the order by id limit 101 bit (I wanted to figure out the Extent() of the geometry column) - so I need something like datasette.table_sql_no_order_no_limit.

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