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-25368a1e3367d49db8f69...

77 lines
1.8 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT opaque_record, opaque_credential_identifier, opaque_ciphersuite,\n opaque_server_setup_version, version AS \"version!\"\n FROM auth_password_credentials\n WHERE user_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "opaque_record",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "opaque_record"
}
}
},
{
"ordinal": 1,
"name": "opaque_credential_identifier",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "opaque_credential_identifier"
}
}
},
{
"ordinal": 2,
"name": "opaque_ciphersuite",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "opaque_ciphersuite"
}
}
},
{
"ordinal": 3,
"name": "opaque_server_setup_version",
"type_info": "Int4",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "opaque_server_setup_version"
}
}
},
{
"ordinal": 4,
"name": "version!",
"type_info": "Int4",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "version"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
true,
true,
true,
true,
false
]
},
"hash": "25368a1e3367d49db8f69c630a5601244c46c3367e424aece8fa28ad668015cb"
}