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

126 lines
2.9 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT storage_backend, object_key, part_index, offset_bytes,\n size_bytes, checksum_sha256,\n compression AS \"compression!: FileBlobCompression\",\n data, created_at\n FROM file_blob_parts\n WHERE storage_backend = $1 AND object_key = $2\n ORDER BY offset_bytes ASC, part_index ASC\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "storage_backend",
"type_info": "Text",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "storage_backend"
}
}
},
{
"ordinal": 1,
"name": "object_key",
"type_info": "Text",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "object_key"
}
}
},
{
"ordinal": 2,
"name": "part_index",
"type_info": "Int4",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "part_index"
}
}
},
{
"ordinal": 3,
"name": "offset_bytes",
"type_info": "Int8",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "offset_bytes"
}
}
},
{
"ordinal": 4,
"name": "size_bytes",
"type_info": "Int8",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "size_bytes"
}
}
},
{
"ordinal": 5,
"name": "checksum_sha256",
"type_info": "Text",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "checksum_sha256"
}
}
},
{
"ordinal": 6,
"name": "compression!: FileBlobCompression",
"type_info": "Int2",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "compression"
}
}
},
{
"ordinal": 7,
"name": "data",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "data"
}
}
},
{
"ordinal": 8,
"name": "created_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "file_blob_parts",
"name": "created_at"
}
}
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false
]
},
"hash": "6bd47112e5a2d0b7bd74cdcd0877c895434a533308d43c5368ee11dd863690ec"
}