home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 626391063

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/110#issuecomment-626391063 https://api.github.com/repos/simonw/sqlite-utils/issues/110 626391063 MDEyOklzc3VlQ29tbWVudDYyNjM5MTA2Mw== 9599 2020-05-10T21:17:16Z 2020-05-10T21:17:16Z OWNER

From https://www.sqlite.org/datatype3.html#type_affinity :

A column with NUMERIC affinity may contain values using all five storage classes. When text data is inserted into a NUMERIC column, the storage class of the text is converted to INTEGER or REAL (in order of preference) if the text is a well-formed integer or real literal, respectively. If the TEXT value is a well-formed integer literal that is too large to fit in a 64-bit signed integer, it is converted to REAL. For conversions between TEXT and REAL storage classes, only the first 15 significant decimal digits of the number are preserved. If the TEXT value is not a well-formed integer or real literal, then the value is stored as TEXT.

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