Martin Lojda
Martin Lojda
Same problem here, Python 3.9.2 (Debian Linux).
I have composite primary key that consist of relation (that works fine) and `DataRangeEmbeddable` which is containing two `DateTimeImmutable`s. Entity is like this: ``` * @property array $id {primary-proxy} *...
I'm thinking about `property->subproperty` notation to be consistent with `findBy` conditions… Another posibility is `array` of subproperties, which might be more practical for my usecase, but i'm not really convinced...
Is there anything I can do to help for this MR to be merged into main and released? Thanks for the info ;-)
> Actually yes, I wanted to try out querying and add a test for it. Can you be more specific? What can I do? Writing tests is not my strong...