Umed Khudoiberdiev

Results 309 comments of Umed Khudoiberdiev

> Not added any new tests for this, as it requires quite a different MongoDB setup (replicaset/cluster). Adding such a cluster in thee default docker-compose would make that a lot...

I'm usually against having additional changes into not documented `leftJoinAndMapOne` feature, but in this case it looks like change is simple and doesn't harm anything. We can merge it.

We do not have plans to support indexed db. If you want to implement another driver feel free to contribute. Btw you can use sqljs which works in all browsers.

> , to give me an idea of the amount of work you just take a look how other drivers are implemented and trying to make indexdb implementation. > why...

its expected behaviour. `date` is mapped into string since it causes lot of issues when its mapped into Date because of missing hours minutes and seconds. Only full datetime is...

there are tests which confirm that functionality works and it works properly. please create a PR with a failing test against master branch and lets see if CI will break.

https://github.com/typeorm/typeorm/blob/master/test/functional/database-schema/column-types/mysql/entity/Post.ts#L95 see its test.

no, datetime is mapped into Date by TypeORM. But you can transform value into string after hydration.

Thanks for the help on review @alumni @Ginden