-
### What version of Bun is running?
1.0.4+745b6b94ee56cad24d475799690cc9a89957d15b
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
Run `bun dist/…
-
**Describe the bug**
Hi,
When switching from `dev` to `prod` or vice versa, using `yarn migration:generate auto-migration-file` will almost all of the time produces MANY **unnecessary** sql stat…
-
## Issue Description
I have tried to apply an initial migration to a database and get the error message `TypeError: tableOrName.split is not a function`
### Expected Behavior
A successful mig…
-
After building a project with https://github.com/vercel/ncc I get an Error: "Cannot find module 'typeorm/util/StringUtils.js" when using "typeorm-naming-strategies" (which goes away when I drop using …
-
If you introspect a TypeORM or Sequelize (or most other ORMs) schema, you more often than not end up with a schema like so:
```prisma
model users {
id Int @id
}
model posts {
id Int …
-
**Describe the bug**
If we use `customFields with` using `relation` with `eager:true` for `productVariant` and we have any other service like below
```ts
return this.listQueryBuilder
.buil…
-
**Issue type:**
[X] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] `oracle`
[X] `p…
-
Just testing out this tool with a simple Maria database with User, Role and User_Role tables with a many to many relationship and I got this error.
```
typeorm-model-generator@0.3.4
[18:20:49] St…
-
### Feature Description
The error ORA-00972 is caused by Oracle database which has an identifier length limit of 30 bytes.
The problem may occur during TypeORM's tests because of the Oracle docker…
-
### Issue description
Naming strategies are not applied to the aggregate functions
### Expected Behavior
When I am using repository API I expect aggregate functions e.g. `sum` to apply a naming str…