All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT name FROM septa_stops WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "name",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "38834003c6567c299a8ed6b9df0ab1854ee31cb1061e641f7653ee5149deb938"
|
|
}
|