home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 981172385

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/1518#issuecomment-981172385 https://api.github.com/repos/simonw/datasette/issues/1518 981172385 IC_kwDOBm6k_c46e4Ch 9599 2021-11-28T23:21:26Z 2021-11-28T23:21:26Z OWNER

Aside: is there any reason this work can't complete the long-running goal of merging the TableView and QueryView, such that most of the features available for tables become available for arbitrary queries too?

I had already mentally committed to implementing facets for queries, but I just realized that filters could work too - using either a CTE or a nested query.

Pagination is the one holdout here, since table pagination uses keyset pagination over a known order. But maybe arbitrary queries can only be paginated off you order them first?

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