-
**Describe the bug**
When Launching into Beekeeper Studio, the Menu bar in the Tabs: Edit, Tools, Window, Help don't display the Text. The File and View Tabs works fine, The Programm hangs up and aft…
-
### Issue description
logging: false Option didn't work in ormconfig.ts
### Expected Behavior
I Expected No output on console, when I set `logging: false` in ormconfig.ts.
### Actual Behav…
-
## Issue Description
Error:
> Unknown column 'p.program_id' in 'on clause'
leftJoinAndMapOne generate `p.program_id` instead of `p.id`
The wrong generated SQL join condition:
> LEFT JOIN `prog…
-
Hello, I'm using PostgreSQL and NestJS.
When trying to make seed for my table, I'm getting an error that mentions that the column names in the Query used in the seed are not found in the table. I ha…
-
Hi,
I have extended the `User` entity as described [here](https://www.npmjs.com/package/@accounts/typeorm):
import { Entity, Column } from "typeorm";
import { User as AccountsUser } fr…
-
### Issue description
migration does not auto load ts files
### Expected Behavior
migration auto load ts files
### Actual Behavior
migration does not auto load ts files, but if migratio…
-
## Issue Description
### Expected Behavior
When I use NamingStrategy with mongodb,it is not working and the column name also not working too, what should I do?
Please help me. thanks a lo…
-
Using an entity with a column like this:
```
@ManyToOne(() => Degree, { nullable: true })
@JoinColumn()
parentDegree?: Degree;
```
yields the column name `parent_degree__id` instead of…
-
## Feature Description
Rename `getOneOrFail` and / or add `getExactlyOneOrFail` method.
### The Problem
I argue that the naming `getOneOrFail` is ambiguous. Using `getOneOrFail` with a query …
-
**Issue type:**
[ ] question
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …