All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 21m51s
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT \n route_id,\n direction_id,\n direction as \"direction: libseptastic::direction::CardinalDirection\",\n direction_destination\n FROM \n septa_directions\n WHERE \n route_id = $1\n ;",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "route_id",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "direction_id",
|
|
"type_info": "Int8"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "direction: libseptastic::direction::CardinalDirection",
|
|
"type_info": {
|
|
"Custom": {
|
|
"name": "septa_direction_type",
|
|
"kind": {
|
|
"Enum": [
|
|
"northbound",
|
|
"southbound",
|
|
"eastbound",
|
|
"westbound",
|
|
"inbound",
|
|
"outbound",
|
|
"loop"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "direction_destination",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "cf4e35691a709fd362b53e3d1f64b6043cbda87c0b5ebb01ba74a6ebb430425c"
|
|
}
|