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-6a79f393465ca458b4463...

30 lines
697 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id AS \"id: RoomId\"\n FROM rooms\n WHERE deleted_owner_id = $1\n AND deletion_source = $2\n ORDER BY id\n FOR UPDATE",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: RoomId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "rooms",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": [
false
]
},
"hash": "6a79f393465ca458b446353cbfb90a464207aab57ac1a403230c895b5cbeaaef"
}