blob: 53d9b056575cf61ac08ac862c71d8eaa6ccbaeb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"db_name": "PostgreSQL",
"query": "\n update typology\n set configuration = $1\n where id = $2 and version = $3\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Jsonb",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "809ad829886f53723bce30cd68c5b38083c83414be91b1bc52abfd200838a40f"
}
|