-
## Issue Description
So I am using postgresql with typeorm and nestjs and I have a user entity. When I run `.findOne({username })` it works fine, but doing `.find({})` to get all simply gives t…
-
Hi,
since version 4.2, the memory used by swagger-ui-express has been multiplied by 3.
An empty nestJS 8 project which only have typeorm uses ~100MB.
With swagger-ui-express@~4.1, it uses ~112MB
…
-
I am referring to this issue https://github.com/doug-martin/nestjs-query/issues/420, but I think since this is a features request and the old issue more or less a question, I wanted to start a new top…
-
**Describe the bug**
I'm using an entity with composite primary keys. Those primary keys are not used in the generated schema for the read-one, update-one, and delete-one queries/mutations.
…
-
# TypeORM 模糊查询用法
```typescript
import { Injectable } from '@nestjs/common';
import { InjectRepository } from '@nestjs/typeorm';
import { getConnection, getManager, getRepository, Like, Repositor…
-
## Issue Description
Hello, I have a standard TypeORM query, (over PostgreSQL):
```
const query = connection
.getRepository(Edge)
.createQueryBuilder("edge")
.leftJo…
-
### Issue description
I am encountering issues with TypeORM's handling of a one-to-one relationship while updating an entity. My goal is to update a TestInstruction entity, but I'm facing two diffe…
-
Could you please support mongoose model? I can see that there are some issues about it but no one can tell us the progress.
-
### Have you read the [Contributing Guidelines](https://github.com/doug-martin/nestjs-query/blob/master/CONTRIBUTING.md)?
Yes!
Currently it looks like subscriptions are only created when we go thr…
-
## Issue Description
When a view expression is updated while using synchronize, sometimes the previous view is not dropped before typeorm attempts to recreate the view. This causes an error bec…