blob: e346609d69fc3be35539cd31d304d28edc727308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"db_name": "PostgreSQL",
"query": "\n delete from routing\n where id = $1\n returning id, configuration as \"configuration: sqlx::types::Json<RoutingConfiguration>\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "configuration: sqlx::types::Json<RoutingConfiguration>",
"type_info": "Jsonb"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false
]
},
"hash": "4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b"
}
|