home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 607770595

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
607770595 MDU6SXNzdWU2MDc3NzA1OTU= 743 escape_fts() does not correctly escape * wildcards 9599 closed 0     4 2020-04-27T18:48:53Z 2020-04-27T19:11:30Z 2020-04-27T19:11:01Z OWNER  

Spotted in #732. This should not return any results... but it does:

https://latest.datasette.io/fixtures/searchable?_search=bar%2A&_trace=1

The query from trace is: "sql": "select count(*) from searchable where rowid in (select rowid from searchable_fts where searchable_fts match escape_fts(:search))", "params": { "search": "bar*" }

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/743/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 1.196ms · About: github-to-sqlite