home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1061226942

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/647#issuecomment-1061226942 https://api.github.com/repos/simonw/datasette/issues/647 1061226942 IC_kwDOBm6k_c4_QQm- 9599 2022-03-07T23:00:06Z 2022-03-07T23:00:06Z OWNER

This needs to take into account the changes made here: - #1439

In the new encoding scheme, - has a special meaning in a table name: https://docs.datasette.io/en/latest/internals.html#dash-encoding

I think ~ is the right character to use to separate a database name from its hash. ~ should be a URL safe character according to Python's implementation of percent-encoding, see comment here: https://github.com/simonw/datasette/blob/c5791156d92615f25696ba93dae5bb2dcc192c98/datasette/utils/init.py#L1146-L1152

So the plugin could check for dbname~hash and react based on that.

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