home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1045075207

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/1439#issuecomment-1045075207 https://api.github.com/repos/simonw/datasette/issues/1439 1045075207 IC_kwDOBm6k_c4-SpUH 9599 2022-02-18T19:39:35Z 2022-02-18T19:40:13Z OWNER

And if for some horific reason you had a table with the name /db/table-.csv.csv (so /db/ was the first part of the actual table name in SQLite) the URLs would look like this:

* `/db/%2Fdb%2Ftable---.csv-.csv` - the HTML version
* `/db/%2Fdb%2Ftable---.csv-.csv.csv` - the CSV version
* `/db/%2Fdb%2Ftable---.csv-.csv.json` - the JSON version

Here's what those look like with the updated version of dot_dash_encode() that also encodes / as -/:

  • /db/-/db-/table---.csv-.csv - HTML
  • /db/-/db-/table---.csv-.csv.csv - CSV
  • /db/-/db-/table---.csv-.csv.json - JSON

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