home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 968401459

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/pull/322#issuecomment-968401459 https://api.github.com/repos/simonw/sqlite-utils/issues/322 968401459 IC_kwDOCGYnMM45uKIz 9599 2021-11-15T00:26:42Z 2021-11-15T00:26:42Z OWNER

This relates to the fact that dictionaries, lists and tuples get special treatment and are converted to JSON strings, using this code: https://github.com/simonw/sqlite-utils/blob/e8d958109ee290cfa1b44ef7a39629bb50ab673e/sqlite_utils/db.py#L2937-L2947

So the COLUMN_TYPE_MAPPING should include those too - right now it looks like this: https://github.com/simonw/sqlite-utils/blob/e8d958109ee290cfa1b44ef7a39629bb50ab673e/sqlite_utils/db.py#L165-L188

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