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-d96466918b403f3238a9e...

30 lines
786 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id as \"id: PlaylistId\"\n FROM playlists\n WHERE room_id = $1\n AND deleted_at IS NULL\n AND parent_id IS NOT DISTINCT FROM $2\n ORDER BY position ASC, id ASC\n FOR UPDATE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: PlaylistId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "playlists",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
false
]
},
"hash": "d96466918b403f3238a9ebd6231ada13833bee335143f59953e77a77e98d68fa"
}