1
0
Fork 0
ncpn/.sqlx/query-c1e8d4b7bc7e5e088a7a88bf0dcf6a19ac454a4d2b79ed8aa3f79e507ca55f41.json

17 lines
335 B
JSON
Raw Permalink Normal View History

2024-11-17 22:52:17 +01:00
{
"db_name": "PostgreSQL",
"query": "UPDATE paste SET title = $2, content = $3 WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "c1e8d4b7bc7e5e088a7a88bf0dcf6a19ac454a4d2b79ed8aa3f79e507ca55f41"
}