home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 915299013

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/1464#issuecomment-915299013 https://api.github.com/repos/simonw/datasette/issues/1464 915299013 IC_kwDOBm6k_c42jlrF 7476523 2021-09-08T14:40:28Z 2021-09-08T14:40:28Z CONTRIBUTOR

What are the full errors you're getting?

This may be the same issue as described in https://github.com/simonw/datasette/pull/1223 - essentially the test suite (and corresponding Datasette features I assume) are by default implicitly dependent on your Sqlite installation having been compiled with the SQLITE_ENABLE_FTS3_PARENTHESIS option. If this is the same issue then I think this can be fixed either by recompiling with that option or (probably more easily) by running pip install pysqlite3-binary, which will be used in preference to your system Sqlite installation and has this option enabled.

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