Skip to content

Commit

Permalink
Change for Issue #61 and #67 - Making sure optimisation logic works w…
Browse files Browse the repository at this point in the history
…hen configured.
  • Loading branch information
NileshGhodekar committed Jan 11, 2019
1 parent 024e762 commit 37037b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ private void SetAttributesToReadForConflictResources()
Logger.Instance.WriteMethodEntry(EventIdentifier.GenerateUniqueValueSetAttributesToReadForConflictResources, "Filter: '{0}'.", this.ConflictFilter);

this.FindConflict.Attributes = null;
this.optimizeUniquenessKey = false;
////this.optimizeUniquenessKey = false; // Now this flag can only be set by app.config.
string filter = this.ConflictFilter;
try
{
Expand Down

0 comments on commit 37037b3

Please sign in to comment.