-
## Feature Description
### The Problem
I would like for support to be added for the INTERSECT, UNION, and EXCEPT operators for Postgres/MySQL.
Unfortunately, there is currently no way to build …
-
## Feature Description
Support Databricks as data source option
### The Problem
Currently, can not use TypeORM for Databricks
### The Solution
It'll be great if TypeORM supports Da…
-
## Feature Description
As of now we have these strategies for migrations in typeorm: ```'uuid', 'increment', 'identity', 'rowid'```. as you may be aware in Hibernate we have instead these strategies:…
-
## Issue Description
When .save entity with relationship, link key will be set to NULL if being changed
### Expected Behavior
```
export class FormQuestionAnswer extends Audit{
@Prima…
-
### Feature Description
I want to try working on the TypeORM code, but I can't run SQL Server on my ARM-based machine (even in Docker). Azure SQL Edge is a good alternative, and largely compatible wi…
-
### Issue description
When attempting to run all migrations in order (A -> B -> C) using the npm run typeorm migration:run command, the migration process gets stuck during the execution of Migration …
-
## Documentation Issue
### What was unclear or otherwise insufficient?
I have no idea how to use `EntityManager.query`'s 2nd parameter `parameters`. It displayed in my IDE, but I have no…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
## Issue Description
Using a query builder, enriched with relations using innerjoinandselect, and orderby() on a property of a relation, take() returns less results than expected.
I am attaching a…
-
## Issue Description
When creating a DataSource the constructor takes connection settings which are passed to the driver so the connection can be established. When using `setOptions` on the DataSourc…