home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1311278678

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/1883#issuecomment-1311278678 https://api.github.com/repos/simonw/datasette/issues/1883 1311278678 IC_kwDOBm6k_c5OKIZW 9599 2022-11-11T06:22:37Z 2022-11-11T06:22:37Z OWNER

If you view source on that page the HTML looks correct: ```html

<form class="filters" action="/prefix/fixtures/binary_data" method="get"> ``` (I just added a test that confirms this too.) But... it looks like the bug is in the redirection code. https://datasette-apache-proxy-demo.datasette.io/prefix/fixtures/binary_data?_filter_column=rowid&_filter_op=exact&_filter_value=1&_sort=rowid returns the following: location: /fixtures/binary_data?_sort=rowid&rowid__exact=1 Which is incorrect.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1435917503  
Powered by Datasette · Queries took 1.161ms · About: github-to-sqlite