this repo has no description
at main 422 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE oauth_authorization_request\n SET did = $2, device_id = $3, code = $4\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "26039af44364b143af3a9f09b50ab05fe4352811f9d74bb7dae72cc920162533" 17}