home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 448977444

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
448977444 MDU6SXNzdWU0NDg5Nzc0NDQ= 489 Pagination breaks when combined with expanded foreign keys 9599 closed 0     1 2019-05-27T19:56:56Z 2019-05-28T02:48:57Z 2019-05-28T02:23:27Z OWNER  

Consider https://edb3662.datasette.io/fixtures/roadside_attraction_characteristics?_sort=attraction_id&_size=2

The "Next page" link goes here, which returns 0 rows:

https://edb3662.datasette.io/fixtures/roadside_attraction_characteristics?_size=2&_next=%257B%2527value%2527%253A%2B2%252C%2B%2527label%2527%253A%2B%2527Winchester%2BMystery%2BHouse%2527%257D%2C2&_sort=attraction_id

That's because if you double-url-decode that _next link you get this:

_next={'value': 2, 'label': 'Winchester Mystery House'},2

It should be _next=2,2

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/489/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 1.948ms · About: github-to-sqlite