blob: 7a0a6fd3a8601dbe65f19c2a45b4f027c2845e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"db_name": "PostgreSQL",
"query": "\n delete from typology\n where id = $1 and version = $2\n returning configuration as \"configuration: sqlx::types::Json<TypologyConfiguration>\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "configuration: sqlx::types::Json<TypologyConfiguration>",
"type_info": "Jsonb"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false
]
},
"hash": "655ed52a1d687ed7b88a92ea9a302c390b10af8cd7cd10f881dd7bf61236fd00"
}
|