Details
Description
If an association is joined during fetching and then updated in-memory, the update is not detected during flushing. I made the following test cases:
Association is joined:
- change NULL → entity: does not work
- change entity → NULL: works
- change entity1 → entity2: does not work
Assocation is not joined:
- change NULL → entity: works
- change entity → NULL: works
- change entity1 → entity2: works
Activity
Guilherme Blanco
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Major [ 3 ] | Critical [ 2 ] |
Guilherme Blanco
made changes -
| Assignee | Benjamin Eberlei [ beberlei ] | Guilherme Blanco [ guilhermeblanco ] |
Guilherme Blanco
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Guilherme Blanco
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 2.2 [ 10157 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Fix Version/s | 2.1.5 [ 10170 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 13279 ] | jira-feedback [ 15154 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 15154 ] | jira-feedback2 [ 17018 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17018 ] | jira-feedback3 [ 19271 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-1545, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
See here for the test case: https://github.com/bschussek/doctrine-orm/tree/DDC-1545