You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikependon opened this issue
Dec 13, 2020
· 0 comments
Assignees
Labels
adhocAn adhoc thinking that is good to be incorporateddeployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.
As part of the fixes made to the #668, the Initialize() method within the DataEntityDataReader class seems to be not important anymore (and has been invalidated).
With the fix we introduced on the mentioned issue, we tend to eliminate the logic that filters the list of the DB Fields if being compared to the fields of the Data Entity as it is really possible that they are not equal, but the users/callers can still pass the list of mappable fields via mappings attribute.
Many thanks to @SpaceOgre for pushing and letting us realized this.
The text was updated successfully, but these errors were encountered:
adhocAn adhoc thinking that is good to be incorporateddeployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.
As part of the fixes made to the #668, the
Initialize()
method within theDataEntityDataReader
class seems to be not important anymore (and has been invalidated).With the fix we introduced on the mentioned issue, we tend to eliminate the logic that filters the list of the DB Fields if being compared to the fields of the Data Entity as it is really possible that they are not equal, but the users/callers can still pass the list of mappable fields via
mappings
attribute.Many thanks to @SpaceOgre for pushing and letting us realized this.
The text was updated successfully, but these errors were encountered: