All checks were successful
Build and Test / account (push) Successful in 3m16s
28 lines
542 B
JSON
28 lines
542 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select serial from certificates where hash = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "serial",
|
|
"type_info": "Varchar",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "certificates",
|
|
"name": "serial"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Bytea"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "0ef5f08a84d6864291cb6125610d9d3e1961530ae963f9ab5442482d81228590"
|
|
}
|