-
### Issue description
I am trying to drop my primary key constant using migration file but it's not working
### Expected Behavior
I added the query of
ALTER TABLE TABLENAME DROP CONTRAINT contrai…
-
Add an ability for sql.js to apply custom javascript function in the SQL.
Would it be cool to see this in sql.js
``` sql
CREATE TABLE people_location(
person_id int,
latitude double,
…
-
### Issue description
Error in EntityManagerFactory using better-sqlite3 when calling AppDataSource.initialize()
### Expected Behavior
DB should initialize and code should run
### Actual Behavior
…
-
### Issue description
loadRelationCountAndMap not work
### Expected Behavior
```
WechatEntity {
openId: 1
registers: [
RegisterEntity {
id: 1
}
],
registerCount: 1
}
…
-
不知道为什么,现在我对这个不是很感兴趣?
但是肯定会让您们嘎嘎满意
-
First of all, thanks for creating/maintaining this amazing library. I'll cut into my request.
#### Background
I am using sql.js with typeorm to do integration testing rather than spinning up a my…
-
### Issue description
my entity @PrimaryGeneratedColumn({ type: 'bigint',unsigned: true }) id:string,but when i use entityManager.save(Entity,EntityDTO),the result of that the id column isn't the…
-
**Issue type:**
- [x] question
- [ ] bug report
- [x] feature request
- [ ] documentation issue
**Database system/driver:**
- [ ] `cordova`
- [ ] `mongodb`
- [ ] `mssql`
- [x] `mysql` /…
-
### Issue description
Error during migration generation: TypeError: Cannot read properties of undefined (reading 'constructor') at C:\Users\danie\code\tecnojest\vivo-management-api\node_modules\t…
-
### Feature Description
I want to filter some records when use findTrees method but that not worked for me
`constructor(
@InjectRepository(CategoryEntity) private categoryRepository: TreeRepo…