Skip to content

Conversation

@hazzik
Copy link
Member

@hazzik hazzik commented Oct 6, 2019

By moving out the decision of when include the property or not I was able to remove overloads which were added in #1922.

int[] columnTableNumbers = SubclassColumnTableNumberClosure;
string[] columnAliases = SubclassColumnAliasClosure;
string[] columns = SubclassColumnClosure;
HashSet<string> fetchColumnsAndFormulas = null;
Copy link
Member Author

@hazzik hazzik Oct 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my mind fetchColumnsAndFormulas?.Contains(column[i]) == true is equivalent to fetchProperties?.Contains(name) == true.

@hazzik hazzik requested a review from maca88 October 6, 2019 11:38
@hazzik hazzik added the t: Fix label Oct 6, 2019
@hazzik hazzik closed this Oct 6, 2019
@hazzik hazzik added r: Rejected and removed t: Fix labels Oct 6, 2019
@hazzik hazzik removed the request for review from maca88 October 6, 2019 12:03
@hazzik hazzik reopened this Oct 6, 2019
@hazzik hazzik closed this Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants