home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 586662404

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/86#issuecomment-586662404 https://api.github.com/repos/simonw/sqlite-utils/issues/86 586662404 MDEyOklzc3VlQ29tbWVudDU4NjY2MjQwNA== 9599 2020-02-16T02:43:12Z 2020-02-16T02:43:12Z OWNER

https://stackoverflow.com/a/22694438 looks like the answer:

When using square brackets, it is not possible to have these characters in the identifier.

When using double quotes, you can escape them in the name by doubling them:

CREATE TABLE "hello ""world"""(key INTEGER PRIMARY KEY);

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