Guillaume Robin
Guillaume Robin
### Proposal I figured out a way to fix `columnNameMappers` applied to json fields to prevent remapping inner keys. This PR fixes #1089 by lazy loading the columns information of...
Fixes #2615 ### Added - [x] (QoL) Specify which platform in `docker-compose.yml` to run services on ARM architecture
### Context As a contributor, I would like to be able to run the docker-compose services on my ARM architecture machine (Macbook Pro M2). ### Expected ```bash docker-compose up #...
Hello Objection community! 😃 ## Environment ```json { "objection": "^2.2.4", } ``` ## Context I tried to insert an array of UUIDs using objection in a column defined as `uuid[]`....