home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1714920708

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/594#issuecomment-1714920708 https://api.github.com/repos/simonw/sqlite-utils/issues/594 1714920708 IC_kwDOCGYnMM5mN50E 9599 2023-09-12T03:51:13Z 2023-09-12T03:51:13Z OWNER

Changing this without breaking backwards compatibility (and forcing a 4.0 release) will be tricky, because ForeignKey() is a namedtuple:

https://github.com/simonw/sqlite-utils/blob/622c3a5a7dd53a09c029e2af40c2643fe7579340/sqlite_utils/db.py#L148-L150

I could swap it out for a dataclass and add those extra columns, but I need to make sure that code like this still works: python for table, column, other_table, other_column in table.foreign_keys: # ...

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