Skip to content

Commit

Permalink
Merge pull request #1660 from BEXIS2/747-replace-primary-data-telerik…
Browse files Browse the repository at this point in the history
…-table_2

#747 fix missing value issue by string and multi missing values
  • Loading branch information
DavidBlaa authored Apr 3, 2024
2 parents bfdabc0 + f76e9ff commit 1d779da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public string getPlaceholder(TypeCode typeCode, List<MissingValue> missingValues
case TypeCode.String:
try
{
int temp = DateTime.Now.GetHashCode();
int temp = DateTime.Now.Ticks.GetHashCode();
return temp.ToString(format);
}
catch
Expand Down

0 comments on commit 1d779da

Please sign in to comment.