MrHash
MrHash
Yes you could add an assertion in `AggregateRootCommand` which checks the provided ART prefix matches the command prefix. This would prevent the mismatch problem. However, the command builder uses the...
Or `getData()` should return this
I have a feeling we may have discussed this in the past. The gist of the decision at the time IIRC was that if you are doing custom queries then...
Is this now specific to the agavi vendor cmf?
So this is a question of how to handle entity versioning. In a dev environment you schemas will change often so using fixtures instead of event replay would be a...
Interesting.. is it also possible on the command side to allow updates to mismatched revisions if there are no conflicts? I guess it's impossible to differentiate a conflict from an...
I was thinking a `count()` method in the `ElasticsearchFinder` which returns an int should do the job. You can pass the query without changes to the ES count api instead...
Vaguely related is this: #56
I should think so.
see here for example: https://github.com/honeylex/hlx-security/blob/master/lib/User/Model/Aggregate/User.php#L310