-
### 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…
-
### Issue description
Only one new related entity of a one-to-many relation is saved, remaining ones are ignored
### Expected Behavior
Let's assume the following data structures with a one-to…
-
### Feature Description
With decorators it is possible to enrich the metadata of TypeORM e.g. with a call to `getMetadataArgsStorage().tables.push({...})`. Unfortunately, the metadata is filtered out…
-
### Issue description
A query for a MongoDB entity that contains a nested array, will cause an error in a find query when the entity was created using the repository patten.
### Expected Behavio…
-
## Issue Description
When using
```typescript
export class TimeSpan{
@Column({ type: 'datetime', nullable: true })
startedAt: Date;
@Column({ type: 'datetime', nullable: true }…
-
## Issue Description
TypeORM generates an invalid column name for relation when `referencedColumnName` is used with another composite relation.
This seems like some sort of caching. Apparently, we m…
-
## Issue Description
Typeorm 3 saves `typeorm_metadata` table to `public` schema rather than defined schema
### Expected Behavior
On DataSource init, schema is set to `non-prod`, so `dataSource.r…
-
### Issue description
I have a serverless lambda application, after updating to typeorm version 0.3.17, even after configuring the new DataSource, it succeeds on the first request, but gives an er…
-
## Issue Description
I would like to order the resultset by a column from a subquery which I have joined to the outer query. Unfortunately the typeorm library throws an error when using the qu…
-
## Issue Description
Given an `ormconfig.js` similar to the following:
```json
{
"type": "react-native",
"database": "gitshark",
"location": "default",
"synchronize": true,
…