-
## Issue Description
When i run a query with params
example: `Test.find({ where: { id } });`
Im gettting the following error:
originalError: QueryFailedError: Error: The "string" argument mus…
-
## Feature Description
Add support for duckdb, which seems to be pretty close to sqlite - https://duckdb.org/docs/api/nodejs/overview
### The Problem
We need an embeddable db for our projects…
-
## Issue Description
### Expected Behavior
TypeORM should work just fine with RN and Node 14+ (since Node12 will eventually be retired)
### Actual Behavior
Since Node 14+ all files that ar…
-
## Issue Description
### Expected Behavior
Records created via TypeORM with CreateDateColumn/UpdateDateColumn columns must save in UTC
### Actual Behavior
Records are stored in local server …
-
## Issue Description
Using queryRunner to create a table with autoincrement primary key won't create a auto_increment primary key in mysql.
### Expected Behavior
QueryRunner will create a autoinc…
-
## Feature Description
currently ColumnMetadata does not provide type definition for a specific entity. It would be great to have it typed for example in the propertyNamer to be of keyof Entity…
wodka updated
2 years ago
-
## Issue Description
After updating typeorm from `0.2.29` to `0.2.38` and synchronizing database, I found that `ON UPDATE CURRENT_TIMESTAMP(6)` was added to every `UpdateDateColumn`. But when I…
-
## Issue Description
Starting with TypeORM version 0.2.33, a mongo connection string with default authdb is unable to connect. This connection string works with versions 0.2.29 - 0.2.32:
> MONGO_DB=…
-
## Issue Description
When performing a batch insertion using the query builder relationships IDs are saved as `NULL`.
### Expected Behavior
I'm providing entities to link together, so I would…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …