Rik Bruil
Rik Bruil
Agreed, will look into this. I was never really pleased with the repetition, but did not find a 'nice' solution. The benefit before should have been less typing, but use-statements...
Sure, I would be glad to. **Some backstory** I originally started with an implementation inside a prototype project after reading the same blogpost mentioned in the Happyr package a year...
> I have considered the same. I got an open issue about this actually. It might be a better/more flexible way of doing it. I will not argue against it....
I will look into making this compatible with ODM, I dont believe I have investigated this before. I don't exactly know how much work this would entail, so I cannot...
I must admit I have not used Embeddables much yet. I will try to find out why the `e` alias is required in this case.
I believe the following line might be causing the issue you encounter: https://github.com/rikbruil/Doctrine-Specification/blob/master/src/AbstractSpecification.php#L49 There I check if an alias was provided, by checking for the existence of a `.` in...
I will take a fresh look at this issue, I've been kind of busy lately unfortunately. We could expose the $dqlAlias property, and I agree that if we change the...
I will take a look at making the coverage better
@holtkamp Hey Menno, sorry for the lack of responses here... I keep reading the notifications on my phone and then later forget them when I'm behind a keyboard again. Yeah...
It's definately not on purpose, I think It might be possible if DQL itself supports these kinds of things (not sure about this, since I havent used vanilla DQL much...