-
## Issue Description
When using column aliases with MongoDB, TypeORM does not use the alias when inserting/updating records, it only uses it when querying data.
### Expected Behavior
When dec…
-
### Issue Description
With an entity using @Column("simple-array") the creation statement will fail in SAP HANA.
### Expected Behavior
Creation statement works, arrays in a single string work as…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## Bug Report
getMany throws SQL error when join, limit is used together
it's only throwing an error when trying to get relational data with pagination
## Current behavior
throwing SQL erro…
-
-
## Feature Request
The current implementation of extending a `TypeOrmCrudService` is cumbersome.
```ts
@Injectable()
export class HeroesService extends TypeOrmCrudService {
constructor(@Inj…
-
## Issue Description
I'm experiencing an issue when `.save()` method is called and it fires @AfterLoad() hook
This is the entity I'm trying to `save()`
```
import {
Column,
Entity,
…
-
What is your opinion about this new version?
It added a lot of features that can be used, but it also breaks a lot of things.
Do you have plans to work on adding support for this new version?
-
When one calls `app.close()`, it should automatically call `orm.close()` too. This means we need to hook into `onApplicationShutdown` and call the `orm.close()` there.
https://docs.nestjs.com/funda…
B4nan updated
4 years ago
-
When NextJS v12 is used without a babel configuration, this solution fails to perform service injections.
Example:
```
// number.service.ts
import {Injectable} from "@nestjs/common"
@Inje…