home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1055995100

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/sqlite-utils/issues/408#issuecomment-1055995100 https://api.github.com/repos/simonw/sqlite-utils/issues/408 1055995100 IC_kwDOCGYnMM4-8TTc 9599 2022-03-02T00:10:41Z 2022-03-02T00:10:41Z OWNER

Here's the code in question:

https://github.com/simonw/sqlite-utils/blob/521921b849003ed3742338f76f9d47ff3d95eaf3/sqlite_utils/db.py#L384-L394

It's checking for Python 3.8, because that's the version of Python that added the deterministic=True option: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.create_function

But from your error message it looks like it should be checking the SQLite version too.

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