Umed Khudoiberdiev

Results 309 comments of Umed Khudoiberdiev

I would love as well haha. Contributions are welcomed!

Currently, we do not have in plans to support any new database. But you know, you can always contribute or help [financially](https://github.com/typeorm/typeorm/issues/3267) to make it happen!

I think this problem exist only for people who used sequelize, since `create` creates and saves in there. Can you please tell me where exactly "create" was not explained properly...

Thank you for your suggestion, I'll do it once somebody else rise same issue.

Maybe we shall just remove this `create` method 🤔

@vlapo it has almost zero value. What is the point to do `getRepository(User).create()` when you can just do `new User()` ? I have same thoughts about `merge`, we can use...

I don't want to play the holywars here, but... @enbits > instead of embracing SOLID and OOP I have to say OOP and SOLID **are not** about classes. You can...

I'm looking to see more documentation and real-world usage examples of different hooks.

@regevbr this one is harder to review. I can't predict if someones code break with this change. Let's wait until somebody review and confirm these changes.

I understand what you are trying to resolve, but I would avoid merging it because: * there are other methods / options that are not keyof Entity and we need...