home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1704384111

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/589#issuecomment-1704384111 https://api.github.com/repos/simonw/sqlite-utils/issues/589 1704384111 IC_kwDOCGYnMM5lltZv 9599 2023-09-03T19:35:03Z 2023-09-03T19:35:03Z OWNER

Normally in Python/sqlite3 you de-register a function by passing None to it.

You can't do that with db.register_function() at the moment because a fn of None does something else:

https://github.com/simonw/sqlite-utils/blob/1260bdc7bfe31c36c272572c6389125f8de6ef71/sqlite_utils/db.py#L461-L464

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