Martin Adámek

Results 768 comments of Martin Adámek

> The idea with object syntax was to provide autocompletion and more importantly TS type error if something change in the future v5 supports type safe dot notation paths, but...

The issue here is that partially loaded collections are problematic, read more about that here #334. Such collection would have to be readonly probably (at least for mongo, or we...

Problem with this is that it won't work if you have more than one user in the `users` array. As then you can't just use limit/offset, as it would apply...

there is some WIP here: https://github.com/UTGuy/mikro-orm-mssql Going forward I'd like to support it natively, although not a priority.

Will try to spend few hours to check how much is actually done and what is the needed effort to support it.

nope https://blog.sindresorhus.com/issue-bumping-e3b9740e2a0

I must say SQL server has very weird limitations. First I hit the issue with composite FKs that are sometimes impossible to create in a lazy manner due to SQL...

There is no progress, I don't consider this as something important, I gave it a try several times, but as for someone who never used mssql, the way that driver...

FYI we are quite close to bringing this live. Last missing piece of puzzle is the schema diffing . With that said, it took a lot of time already for...

> So it would only populate the entities that match that condition. Kind of like the join condition in the querybuilder That is exactly how it works now. The condition...