Results 69 comments of Doctrine Bot

Comment created by dhager: I've submitted [DDC-3823](http://www.doctrine-project.org/jira/browse/DDC-3823) as a possible precursor for this ticket. It exposes a mechanism for UOW to record that an entity is scheduled to have its...

Comment created by @guilhermeblanco: It should be the same operator, not a new one. So this is the intended and desired behavior: ``` SELECT u FROM User u WHERE (u.address...

Comment created by stof: This would require to change the DQL to SQL conversion based on the fact that `u.address` is the path to an embeddable. It might impact performances...

Comment created by erik-am: True, if we look at the database level, we can only compare by reference. However, if you look beyond ORM and also to the Collections package,...

Comment created by stof: No, saying that we can only compare by reference is wrong. We **_cannot**_ compare by reference (there is no way to reference them). And talking about...

Comment created by @guilhermeblanco: [~stof] not a performance impact since DQL => SQL is cached. Adding a new operator resolution requires bigger efforts and I'm pretty sure it'll be slower...

Comment created by deatheriam: We need this feature too. Why is this ticket in a limbo? Someone please add a comment whether this will be fixed.

Comment created by @ocramius: [~deatheriam] you can open a pull request with a test and suggested improvement for this at https://github.com/doctrine/doctrine2

Hello, thank you for creating this pull request. I have automatically opened an issue on our Jira Bug Tracker for you. See the issue link: http://www.doctrine-project.org/jira/browse/DDC-3446 We use Jira to...