home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1311280709

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-1311280709 https://api.github.com/repos/simonw/datasette/issues/1883 1311280709 IC_kwDOBm6k_c5OKI5F 9599 2022-11-11T06:25:27Z 2022-11-11T06:25:27Z OWNER

I tried adding this test but it passed! I expected it to fail:

python def test_base_url_affects_filter_redirects(app_client_base_url_prefix): response = app_client_base_url_prefix.get( "/prefix/fixtures/binary_data?_filter_column=rowid&_filter_op=exact&_filter_value=1&_sort=rowid" ) assert response.status == 302 assert ( response.headers["location"] == "/prefix/fixtures/binary_data?_sort=rowid&rowid__exact=1" )

{
    "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 0.841ms · About: github-to-sqlite