Christophe Willemsen

Results 88 comments of Christophe Willemsen

@spacecowboy Is it planned for target 3.2 ?

@theUm couldn't this be solved with using `createQuery()` (when improved of course). I see two benefits to this : 1. It forces people to learn cypher and not blindly rely...

I agree it makes sense. The only problem I have with the `@Eager` annotation is that you wouldn't have the possibility to specify don't eager load but that's fair. For...

@mfalcier when we speak about dense is that for example a Twitter user could have 1 million followers. @theUm The java ogm uses depth fetching by default, when you load...

Thanks @chvarkov This looks great ! One small question, in the case of a class with 2 labels, let's say Student and Person, and an index in the database on...

Thanks, yeah this is planned of course but not really in the priorities for now, if you come up with a PR that would be wonderful.

@AndrolGenhald Do you have any progress on this, if yes please open a PR so I can contribute and make some improvements for this implementation.

Right, I'll check also and maybe prepare some entry points for it. Thanks !

What is your actual use case for doctrine events ?