Martin Adámek
Martin Adámek
It can be PK or an object, depending of if you populate it. This information is available on the `Loaded` type, so even if we would have the `EntityDTO` type...
This will be finally resolved with the TS 4.8 update, including the inference for base entity methods. It will be slightly breaking (on type level) release for those who define...
What's the status? I still don't see any test cases in the PR.
Sure, no rush :]
> An example is the execution of raw sql, where the oracle driver does not accept the termination with semicolons, except in statements ending with END; Do you have some...
I already told you I do plan to have something like this, but not really in near future, if you want to see things happen now, you will need to...
Yeah agreed that the `$not` operator is not that helpful here, we will need the subquery approach most probably. I can also imagine `$count` (or maybe `$size`?) operator that would...
Knex does not support those, so not sure how easy it would be to integrate it. Here is the issue on their end (4 years old, no response :/ ):...
This issue is more up to date: https://github.com/knex/knex/issues/3732
This is blocked by knex not supporting it, if you want to see this feature in MikroORM, better to ask there first.