Martin Adámek

Results 768 comments of Martin Adámek

Not really, but you can build any query (let it be via knex or any other QB or even manually), and execute and map it to the entities. https://mikro-orm.io/docs/query-builder#mapping-raw-results-to-entities

Amazing, thank you! Will try to review it later today. > To give the ability to create a clean query builder without FROM clause, we can change the signature of...

I'd handle it in this one so we have a single item for this feature in the changelog, it should be rather easy. But it can be a separate PR...

Or we could just validate this and throw, if you think it would be hard to remap them.

Any updates on this? As mentioned above, I am fine with validations for the problematic case, we dont need to be too smart in the initial implementation. Would be good...

> So, I propose to open a separate issue to refactor clause by clause sequentially. I was trying to implement that some time ago, its not that simple, as with...

Well, I'd be happy to have this, but I can tell you right ahead - I am not really interested in spending (possibly) weeks on refactorings to be able to...

I hope you also plan to send some PRs, and not just a huge round of issues :]

> Add the support for onDelete and onUpdateIntegrity in ManyToOne relations Here and in the title you say you want to add it to m:1? But that is where it...

This could work only if you handle contexts yourself, so as a parameter of `em.fork()` (which might be common for GQL users). I am quite sure many people don't do...