home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 473712820

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/419#issuecomment-473712820 https://api.github.com/repos/simonw/datasette/issues/419 473712820 MDEyOklzc3VlQ29tbWVudDQ3MzcxMjgyMA== 9599 2019-03-17T20:43:23Z 2019-03-17T20:43:51Z OWNER So the differences here are: * For immutable databases we calculate content hash and table counts; mutable databases we do not * Immutable databasse open with `file:{}?immutable=1`, mutable databases open with `file:{}?mode=ro` * Anywhere that shows a table count now needs to call a new method which knows to run `count(*)` with a timeout for mutable databases, read from the precalculated counts for immutable databases * The url-hash option should no longer be available at all for mutable databases * New command-line tool syntax: `datasette mutable.db` v.s. `datasette -i immutable.db` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 421551434  
Powered by Datasette · Queries took 0.936ms