home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1179756689

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/1048#issuecomment-1179756689 https://api.github.com/repos/simonw/datasette/issues/1048 1179756689 IC_kwDOBm6k_c5GUaiR 9599 2022-07-10T16:14:03Z 2022-07-10T16:14:03Z OWNER I'm considering changing these functions to accept the `row` object itself: ```python def row(self, database, table, row): ... def row_blob(self, database, table, row, column): ... ``` Just one catch: in order to generate the correct `row_path` we need to know the primary keys for that table. We can look those up based on having access to `database` and `table`, but doing so requires an `await ...` operation - and these functions are not `async`. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 728905098  
Powered by Datasette · Queries took 1.051ms