Umed Khudoiberdiev

Results 28 issues of Umed Khudoiberdiev

1. Provide a way to create custom driver more easily 2. Think if we can split different drivers into their own packages, e.g. `@typeorm/mysql`, `@typeorm/postgres`, `@typeorm/sqlite`, `@typeorm/sqljs-node`, `@typeorm/sqljs-browser` 2.1. Think...

new feature

We are working full-time on TypeORM for almost three years. That’s why we have such a powerful and really amazing ORM. And this time wasn't funded or sponsored by anybody...

community

Thank you for your wonderful extension! As I understand fragments are supposed to be parts of sql queries, they are useless otherwise. But how to _include_ them inside sql queries?...

enhancement

Current design of creating `Connection` and managing through `ConnectionManager` is limiting and redundant. We need to deprecate `ConnectionManager` and ideally rename `Connection` to `DataSource`, because current `Connection` doesn't really mean...

new feature
breaking change

I want `IN` operator to work correctly with array params, for example: `SELECT * FROM table WHERE table.id IN ($1)` I would like $1 to be: `$1 = [1, 2,...

feature request

### pnpm version: `8.2.0` ### Code to reproduce the issue: I have external package which contains post-install script. Script `scripts/install.js` is simple as: ```ts import { v4 as uuid }...

type: bug

### What's happening? This library gives bunch of typescript errors, I have tried multiple recent versions - errors in all of them. The latest 1.0.0-beta releases do not contain such...