Xavier del Castillo
Xavier del Castillo
It would be nice to filter jobs in a particular state given some criteria. The most useful use case in my opinion is searching for failed jobs whose first error...
This will allow for a more convenient way to add multiple multi-word terms. For example: `color:green John Doe, Foo Bar` when setting `,` as field separator.
### Description of change On https://github.com/typeorm/typeorm/pull/9354 there was a patch to map subquery results to an entity when using the `leftJoinAndMapOne` and `innerJoinAndMapOne` methods through a new parameter: `mapAsEntity`. This...