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-1343f9a5e396ad365edd8...

30 lines
706 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT storage_backend\n FROM file_objects\n WHERE storage_backend = $1\n AND object_key = $2\n FOR UPDATE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "storage_backend",
"type_info": "Text",
"origin": {
"Table": {
"table": "file_objects",
"name": "storage_backend"
}
}
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false
]
},
"hash": "1343f9a5e396ad365edd84fe01572aa991b320a53a65a57ec93b008e08ab0704"
}