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.
synctv/.sqlx/query-424a1f1a78f580737ab1b...

25 lines
520 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": "424a1f1a78f580737ab1b17fa33e9d0aee6b0c2a6d0f8856e91cd9a7a05f7cc1"
}