Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.4
-
Fix Version/s: None
-
Component/s: Record
-
Labels:None
Description
If the schema specifies that records relate to each other in both directions:
{{
Kitten:
columns:
basket_id: integer
relations:
Basket:
local: basket_id
Basket:
columns:
fluffiest_kitten_id: integer
relaitons:
FluffiestKitten:
type: one
class: Kitten
local: fluffiest_kitten_id
}}
Then a data dump for such a schema won't properly load one of the keys, e.g:
{{
Kitten:
Kitten1:
Basket: Basket1
Basket:
Basket1:
FluffiestKitten: Kitten1
}}
Will result in either fluffiest_kitten_id or basket_id being set to 0
See also ticket DC-555
Activity
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=DC-1018, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)