Mark Gerarts

Results 29 comments of Mark Gerarts

Hi @pysarenkoa, this seems like a very reasonable thing to add. Do you want to open up a PR for this? Otherwise I'll look into adding this myself, let me...

This has been added in release 1.4.0. Keep in mind that the minimum PHP version has been bumped to 7.4 for this release, since 7.3 and below are EOL.

Hi @dingledorf, I don't believe there is an easy/straightforward way. One way to do this is by registering a mapping to an array, and then using that mapping to set...

Hi @krabouilleur, yes this is a problem because Doctrine uses proxies to lazy-load entities. There are a few solutions: - Add `fetch="EAGER"` to your Doctrine mapping or query, this tells...

Hi @jacksonveroneze - sorry, I completely missed your question. Do you still have the same problem? If so, can you give some more context? This so we can make sure...

Polymorphism is supported. If no mapping is found, we will look up the inheritance chain to see if a parent mapping is registered. Take a look at the following snipper:...

Mapping *from* an array has been fixed (mapping *to* an array is not available in 1.x). Let me know if the above provides an answer for you!

I'll look into the PR this weekend, and if all is well I'll tag a new release.

Thank you for the PR! I've read to the code and it's looking good, nice of you to include docs + tests as well. I'm going to play around around...

@Toilal Thanks for the offer, it's very welcome! Let me know if you need help getting started. I should always be able to find some time myself to review and...