manvapatel-rbc

Results 2 issues of manvapatel-rbc

Hello again!, I noticed that the update does not work when using typeorm query builder (https://orkhan.gitbook.io/typeorm/docs/select-query-builder) I have a query like this: ``` await dataSource .createQueryBuilder() .update(User) .set({ firstName: "Timber",...

bug

Hello, Thanks a lot for developing this...it is really helpful! I noticed that the library does not populate the foreign key field. I have a relation like this: ```// Relationships...

bug