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.
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT opaque_record as \"opaque_record!\",\n opaque_credential_identifier as \"opaque_credential_identifier!\",\n opaque_ciphersuite as \"opaque_ciphersuite!\",\n opaque_server_setup_version as \"opaque_server_setup_version!\"\n FROM auth_password_credentials\n WHERE user_id = $1\n AND opaque_record IS NOT NULL\n AND opaque_credential_identifier IS NOT NULL\n AND opaque_ciphersuite IS NOT NULL\n AND opaque_server_setup_version IS NOT NULL\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"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true,
|
|
true,
|
|
true,
|
|
true
|
|
]
|
|
},
|
|
"hash": "45a3225b8a97fa4eb15c7adee286da13d79eb7310c886254960cb7e95211977c"
|
|
}
|