22 lines
697 B
JSON
22 lines
697 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT\n commit_hash\n FROM\n ftest_jobs\n WHERE\n job_state = (SELECT ID FROM ftest_job_states WHERE name = $1) \n AND\n finished_at is NULL\n AND\n scheduled_at is NULL\n ORDER BY created_at ASC;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "commit_hash",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "184058f5bea17534eacea862e324100f1c6cfc7557373f2299b13d977ae50491"
|
|
}
|