whoruyh
whoruyh
https://github.com/TriPSs/nestjs-query/blob/718b377d310261ca3ec586ac07e3cf5cd9e81456/packages/query-typeorm/src/query/relation-query.builder.ts#L294 Shouldn’t it be in the form of ```(a = a_val1 AND b = b_val1) OR (a = a_val2 AND b = b_val2) OR (a = a_val3 AND b =...
> Hi [@whoruyh](https://github.com/whoruyh), did you find any solution for this issue ? @ParasPandeyE I'm currently using a patched version of the `relation-query.builder.js` file in the `node_modules` directory. I expect a...
I am experiencing a similar issue. ``` @Entity('goods') export class GoodsEntity { // string number [ex] 98324751231 @PrimaryColumn('varchar', { name: 'goods_id', length: 64, primary: true }) goodsId: string; @OneToMany(() =>...