home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1239772256

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/484#issuecomment-1239772256 https://api.github.com/repos/simonw/sqlite-utils/issues/484 1239772256 IC_kwDOCGYnMM5J5Wxg 9599 2022-09-07T19:07:51Z 2022-09-07T19:09:52Z OWNER

Or... I could automatically register multiple copies of the function of different arities!

If I'm going to do something like that though I need to think carefully about how functions that have keyword-only arguments should work: https://peps.python.org/pep-3102/

python def compare(a, b, *ignore, key=None): ... I should think about how these work with db.register_function() anyway, since SQL functions cannot support keyword arguments.

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