home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 599127453

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/92#issuecomment-599127453 https://api.github.com/repos/simonw/sqlite-utils/issues/92 599127453 MDEyOklzc3VlQ29tbWVudDU5OTEyNzQ1Mw== 9599 2020-03-14T19:50:08Z 2020-03-14T19:50:08Z OWNER

If the declared type for a column contains the string "BLOB" or if no type is specified then the column has affinity BLOB

I currently treat those as str - it sounds like I should treat them as bytes:

https://github.com/simonw/sqlite-utils/blob/43f1c6ab4e3a6b76531fb6f5447adb83d26f3971/sqlite_utils/db.py#L68-L69

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