home / github / commits

Menu
  • GraphQL API

commits: 9fdb47ca952b93b7b60adddb965ea6642b1ff523

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
9fdb47ca952b93b7b60adddb965ea6642b1ff523 New encode/decode_path_component functions ASGI cannot differentiate between / and %2F in a URL, so we need an alternative scheme for encoding the names of tables that contain special characters such as / For background, see https://github.com/django/asgiref/issues/51#issuecomment-450603464 Some examples: "table/and/slashes" => "tableU+002FandU+002Fslashes" "~table" => "U+007Etable" "+bobcats!" => "U+002Bbobcats!" "U+007Etable" => "UU+002B007Etable" 2019-05-05T22:36:04Z 2019-05-09T16:44:21Z 13ae486343ea6454a93114c6f558ffea2f2c6874 13ae486343ea6454a93114c6f558ffea2f2c6874 107914493 9599 9599
Powered by Datasette · Queries took 0.943ms