mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT 1 AS \"one!\" FROM room_members\n WHERE room_id = $1 AND user_id = $2\n FOR UPDATE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "one!",
|
|
"type_info": "Int4",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "e80a64a132ab2087e3032c5b9ca92e752b57566e196a239da5dbd6d3680e2436"
|
|
}
|