Using 0.0.14, the `--database` support seems broken, at least when connecting to a Postgres 14.6 database: ``` pq -d "postgresql://$ATL_DATABASE_USER:$ATL_DATABASE_PASSWORD@$ATL_DATABASE_HOST:$ATL_DATABASE_PORT/$ATL_DATABASE" 'from jiraissue | take 1' Error: IO Error: Unsupported Postgres type oid Caused by: Error code 1: Unknown error code ``` There is a ~30s delay before the error prints.
Using 0.0.14, the
--databasesupport seems broken, at least when connecting to a Postgres 14.6 database:There is a ~30s delay before the error prints.