Skip to content
Snippets Groups Projects
Commit bb63e76c authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Corrected typo in document

parent 3457ad02
No related branches found
No related tags found
1 merge request!71REL: RElease v0.2.0
Pipeline #30239 passed
...@@ -28,7 +28,7 @@ b) identifiable does not exist: check the to_be_inserted dict(key is a hash comp ...@@ -28,7 +28,7 @@ b) identifiable does not exist: check the to_be_inserted dict(key is a hash comp
Maybe keep another dict that tracks what Record objects are in the to_be_updated dict (id(rec) as key?) Maybe keep another dict that tracks what Record objects are in the to_be_updated dict (id(rec) as key?)
After treating leave Records, Records that could not be checked before can be checked: Either referenced Records now have an ID or they are in the to_be_inserted dict such that it is clear that the identifiable at hand does not exist in the server. After treating leaf Records, Records that could not be checked before can be checked: Either referenced Records now have an ID or they are in the to_be_inserted dict such that it is clear that the identifiable at hand does not exist in the server.
This way, the whole structure can be resolved except if there are circular dependencies: Those can be added fully to the to_be_inserted dict. (???) This way, the whole structure can be resolved except if there are circular dependencies: Those can be added fully to the to_be_inserted dict. (???)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment