-
The original [issue](https://github.com/deepkit/deepkit-framework/issues/455) was marked as complete even though it wasn't fixed.
#### Reproduction
```ts
function a(t: T): T {
return b(t);
…
-
## Issue Description
When loading an entity via `SelectQueryBuilder` without joining a nullable `ManyToOne` relation, the returned entity will have the not loaded relation set as `null`.
Now saving …
-
Hi, are you planning to add TypeORM support or is the project abandoned ? how would you approach it ?
-
### Owner note
[Scroll to `typegraphql-nestjs` package info ⬇️](https://github.com/MichalLytek/type-graphql/issues/135#issuecomment-606199943)
## Original post
I was wondering if there could be m…
-
## Issue Description
I have an Nx monorepo with several nestjs libs which each have their own typeorm configuration (i.e. their own database). The entities in these libs all import from a shared util…
-
When supplying a custom esbuild config to Function it's not getting applied
```ts
const myFunction = new sst.aws.Function('MyFunction', {
handler: 'src/main.handler',
url: true,
nodejs: {…
-
**Issue type:**
[X] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] `oracle`
[X] `p…
-
**Issue type:**
[X] question
[ ] bug report
[X] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
## 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…