home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 722057392

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/196#issuecomment-722057392 https://api.github.com/repos/simonw/sqlite-utils/issues/196 722057392 MDEyOklzc3VlQ29tbWVudDcyMjA1NzM5Mg== 9599 2020-11-05T00:55:31Z 2020-11-05T00:55:51Z OWNER

https://sqlite.org/lang_keywords.html says:

There are four ways of quoting keywords in SQLite:

'keyword' A keyword in single quotes is a string literal. "keyword" A keyword in double-quotes is an identifier. [keyword] A keyword enclosed in square brackets is an identifier. This is not standard SQL. This quoting mechanism is used by MS Access and SQL Server and is included in SQLite for compatibility. `keyword` A keyword enclosed in grave accents (ASCII code 96) is an identifier. This is not standard SQL. This quoting mechanism is used by MySQL and is included in SQLite for compatibility.

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