home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 993813210

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/621#issuecomment-993813210 https://api.github.com/repos/simonw/datasette/issues/621 993813210 IC_kwDOBm6k_c47PGLa 9599 2021-12-14T17:30:13Z 2021-12-14T20:23:57Z OWNER

Might be able to create a web form that's unambiguous using:

https://latest.datasette.io/fixtures/roadside_attractions?_through.["roadside_attraction_characteristics","characteristic_id"]=1

So:

html <input type="text" name="_through.["roadside_attraction_characteristics","characteristic_id"]' value="1"> I'm pretty confident this is allowed by the HTML specification. This works:

```html

<form action="https://httpbin.org/get"> </form>

``` ASGI parsing seems to work too: https://latest-with-plugins.datasette.io/-/asgi-scope?_through.[%22roadside_attraction_characteristics%22%2C%22characteristic_id%22]=1

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