Martin Adámek
Martin Adámek
Let's at least use `camelCase`, so `$hasKey` etc.
I am closing this one since it's too broad and the mentioned operator is now included thanks to #5366. If there are more operators missing, PR for those is still...
Versions are managed automatically, you can't set the value yourself, it is ignored when computing changesets, and moreover, this is SQL only feature, it's not implemented in mongo driver at...
which part is misleading? transactions are supported in mongo, this is purely about locking. pessimistic locking is SQL feature (it literally maps to SQL keywords), but for optimistic locks I...
FYI this is purely about metadata, not about runtime code (so not about populate). I guess it could work the way you written, can't say I like it, as you...
You can define m:1 relations in a base entity, they just have to target an actual entity type, not a base type.
Well, you cant define a relation without knowing anything about it. I dont understand how you think it should work. > it won't know the actual entity type until I...
Your use case is clear, what you are missing is that there is no guarantee that your base entity won't be extended multiple times, totally breaking the invariants of what...
Great that you addressed the comments just now @HamzaAlwan, we want to ship v3.10 in the afternoon most probably, so let's try to squeeze this in. Don't forget to rebase...
@HamzaAlwan please try to work on this asap if you want to see this in v3.10.0