2023-09-21 06:12:11 +00:00
|
|
|
{
|
|
|
|
"db_name": "PostgreSQL",
|
|
|
|
"query": "\n UPDATE idempotency\n SET \n response_status_code = $3, \n response_headers = $4,\n response_body = $5\n WHERE\n user_id = $1 AND\n idempotency_key = $2\n ",
|
|
|
|
"describe": {
|
|
|
|
"columns": [],
|
|
|
|
"parameters": {
|
|
|
|
"Left": [
|
|
|
|
"Uuid",
|
|
|
|
"Text",
|
|
|
|
"Int2",
|
|
|
|
{
|
|
|
|
"Custom": {
|
2024-08-29 15:03:06 +00:00
|
|
|
"name": "header_pair[]",
|
2023-09-21 06:12:11 +00:00
|
|
|
"kind": {
|
|
|
|
"Array": {
|
|
|
|
"Custom": {
|
|
|
|
"name": "header_pair",
|
|
|
|
"kind": {
|
|
|
|
"Composite": [
|
|
|
|
[
|
|
|
|
"name",
|
|
|
|
"Text"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"value",
|
|
|
|
"Bytea"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Bytea"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"nullable": []
|
|
|
|
},
|
|
|
|
"hash": "21f0f4c2ae0e88b99684823b83ce6126c218cec3badc8126492aab8fc7042109"
|
|
|
|
}
|