home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1075428030

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/datasette/issues/1671#issuecomment-1075428030 https://api.github.com/repos/simonw/datasette/issues/1671 1075428030 IC_kwDOBm6k_c5AGbq- 9599 2022-03-22T17:34:30Z 2022-03-22T17:34:30Z OWNER

No, I think I need to use cast - I can't think of any way to ask SQLite "for this query, what types are the columns that will come back from it?"

Even the details from the explain trick explored in #1293 don't seem to come back with column type information: https://latest.datasette.io/fixtures?sql=explain+select+pk%2C+text1%2C+text2%2C+[name+with+.+and+spaces]+from+searchable_view+where+%22pk%22+%3D+%3Ap0&p0=1

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