home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1292659986

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/1860#issuecomment-1292659986 https://api.github.com/repos/simonw/datasette/issues/1860 1292659986 IC_kwDOBm6k_c5NDG0S 9599 2022-10-26T21:14:26Z 2022-10-26T21:15:22Z OWNER

Yeah we should fix this.

https://www.sqlite.org/lang_comment.html - SQLite also supports -- style comments.

I like how explicit the documentation is here:

SQL comments begin with two consecutive "-" characters (ASCII 0x2d) and extend up to and including the next newline character (ASCII 0x0a) or until the end of input, whichever comes first.

C-style comments begin with "/" and extend up to and including the next "/" character pair or until the end of input, whichever comes first. C-style comments can span multiple lines.

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