Sync up with changes from ARM64

This commit is contained in:
2025-05-01 14:08:33 -04:00
parent 148c236af2
commit c0384feb95
40 changed files with 494 additions and 365 deletions

View File

@@ -231,7 +231,6 @@ namespace MarketData.DataAccess
if (null == dividendHistoryItem.PaymentDate) sb.Append("null").Append(",");
else sb.Append(SqlUtils.AddQuotes(Utility.DateTimeToStringYYYYHMMHDD(dividendHistoryItem.PaymentDate.Value))).Append(",");
// sb.Append(SqlUtils.AddQuotes(Utility.DateTimeToStringYYYYHMMHDD(modified)));
sb.Append(SqlUtils.AddQuotes(SqlUtils.ToSqlDateTime(modified)));
sb.Append(")");
strQuery = sb.ToString();