-
## Issue Description
Registering a custom junction table on the connection makes the inserts on the relations fail by trying to insert only DEFAULT values into the Junction table. This prevents u…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
### Issue Description
There is a compatibility issue between `@nestjs/platform-fastify` an…
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
What do you think about…
-
**Is your feature request related to a problem? Please describe.**
As you may now, nestjs graphql support both apollo and mercurius as a graphql server.
Do you plan to support both ?
I've made so…
-
**Issue type:**
[x] question
[x] feature request
**Database system/driver:**
[x] `postgres`
**TypeORM version:**
[x] `latest`
I am going to implement a multi-tenant system and the way I a…
-
## Steps to reproduce
Perform a filter query with an `$eq` filter with a string that contains "what JS believes to be a number, but that is actually a string"™
For example, `filter.referenceId` …
-
## Issue Description
I Try to create a transaction, in which something throw error.
```typescript
await myDataSource.manager.transaction(async (transactionalEntityManager) => {
await transacti…
-
## Issue Description
### Steps to Reproduce
I have the following entities:
```ts
@Entity()
class Block {
@PrimaryColumn(
type: 'bytea',
})
hash: Buffer;
@OneToMany(() => …
-
### Issue description
"TypeORMError: Connection is not established with mysql database
### Expected Behavior
App can connect to MySQL database.
### Actual Behavior
I’m facing an error when queryi…