-
### Issue description
Wrong type for number arrays with < 2 items
### Expected Behavior
Postgres number arrays should alwayas be read out as `number[]`, not `number`
### Actual Behavior
For a pos…
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
## Issue Description
Calling `createConnection` never returns
### Expected Behavior
`createdConnection` should return connection not long after been called
### Actual Behavior
`crea…
-
## Feature Description
Support for Questdb wire protocol
### The Problem
QuestDB Postgres Wire Protocol Cannot throwing error should ````function should return CURSOR```
This sh…
-
## Issue Description
When trying to use the cli using `ts-node node_modules/typeorm/cli.js` the config file is not loaded. After debugging i've encountered this error `ormconfig.ts(7,13): erro…
-
## Issue Description
Removing entities in `@AfterRemove` hangs transaction forever.
### Expected Behavior
It should not hang, `@AfterRemove` (and others decorators) should contain `entityMana…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[x] `mysql` / `mariadb`
[ ] …
-
## Feature Description
When creating the project you can install the dependencies
and thus reduce a step in the process.
### The Problem
1. First, install TypeORM globally.
npm install …
-
## Feature Description
Ability to dynamically change the connection pool size.
### The Problem
Current design of connection pooling doesn't play well with horizontal scalability of the applic…