-
## Bug report
When the product contains at least 2 options and 2 variants and we try to delete the option in the admin dashboard, it will show a successful message, but the option will not be delet…
-
I'm running into an issue when trying to query both sides of a many-to-many relationship.
This happens both on version `3.1.0-alpha.1` and `3.1.0-alpha.9` (with the most recent https://github.com/Joy…
-
**Issue type:**
[x] bug report
**Database system/driver:**
[x] `mysql` / `mariadb`
**TypeORM version:**
[x] `latest`
**Steps to reproduce or a small repository showing the problem:**
…
-
**Issue type:**
[ ] question
[X] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
after last release throw new error reports any call to function that are PascalCase and contains the word “Error” as invalid.
Example:
```js
const ParseError = () => 0;
// this is re…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
### Issue description
Synchronize and migration can not detect the changes we made to entities and take no action to update the database
### Expected Behavior
Synchronize and migration can de…
-
### Issue description
When you define TableInheritance with multiple ChildEntities with different relations, the metadata for the column definition becomes a strange mix of values. Note: It might b…
-
I get two tables in PG a la ...
```
user_orders_order
order_users_users
```
Why do you create two? To be compatible with Mongo's way of doing many to many? BTW, your docs are also wrong you decla…
-
**Steps to reproduce or a small repository showing the problem:**
1. Create two entities that don't follow the naming convention (ex. `Thing` in table `things` and `Tag` in table `tags`)
2. Crea…