home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 343780039

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/69#issuecomment-343780039 https://api.github.com/repos/simonw/datasette/issues/69 343780039 MDEyOklzc3VlQ29tbWVudDM0Mzc4MDAzOQ== 9599 2017-11-13T00:05:27Z 2017-11-13T00:05:27Z OWNER

I think the only safe way to do this is using SQLite .fetchmany(1000) - I can't guarantee that the user has not entered SQL that will outfox a limit in some way. So instead of attempting to edit their SQL, I'll always return 1001 records and let them know if they went over 1000 or not.

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