Chloe Kim
Results
2
comments of
Chloe Kim
> The syntax is a bit unusual. Can we use the SQL/JSON standard syntax instead? Ex.: > > ```sql > select JSON_OBJECT('id': user.id, 'town': user.town, 'town_2': 'LA') > ``` >...
Expected flow: 1. when user specify `PostgresConfig` with `connection_url` we only takes details from the url only ``` config: !Postgres connection_url: postgres://postgres:postgres@localhost:5432/dozer ``` - if the `connection_url` is provided with...