-
Jira issue originally created by user le_shatai:
It would be nice if there is a @Filter annotation like the @OrderBy annotation on collections.
With this filter one could only select those elements t…
-
Jira issue originally created by user mgruner:
In our project we have two associated entities "portal" and "object_data". To get all object_data of an object that belong to a portal, we use filtering…
-
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of pjedrzejewski:
Url: https://github.com/doctrine/doctrine2/pull/340
…
-
The following configuration:
```
analyzer:
strong-mode: true
errors:
dev_compiler.StaticTypeError: false
```
does not suppress `dev_compiler.StaticTypeError`s as expected because the DDC err…
-
Jira issue originally created by user chebba:
The problem is that we need to load all annnotation classes before we read annotations from the target class.
So we need to require_once them at target c…
-
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of timb-pt:
Url: https://github.com/doctrine/doctrine2/pull/1124
Mess…
-
Jira issue originally created by user burgov:
The situation:
I have a Person with a 1-to-1 relation to User, fetch mode is EAGER. The user has a deleted flag, which in this case is set to true. The …
-
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of nicolasTheodo:
Url: https://github.com/doctrine/doctrine2/pull/603
…
-
Jira issue originally created by user iamkoby:
after filtering an association with a criteria it changes so it's not a normal collection and you can't re-filter it.
even after hydrating it you can't…
-
Jira issue originally created by user jantichy:
I would like to propose new functionality - conditional columns and associations. I mean something like named scopes in Rails active record.
For examp…