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.
24 lines
540 B
JSON
24 lines
540 B
JSON
|
1 month ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT (COALESCE(MAX(sequence), 0) + 1)::BIGINT AS \"next_sequence!\"\n FROM room_playback_history WHERE room_id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "next_sequence!",
|
||
|
|
"type_info": "Int8",
|
||
|
|
"origin": "Expression"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
null
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "313ce88633cac8a1fe32faa497eb90fddaf8e2c14bcf86383eb2e8c063b1a956"
|
||
|
|
}
|